File: disable-tests-compiler-version-sensitive.diff

package info (click to toggle)
rust-ruma-common 0.10.5-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,208 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
Index: ruma-common/tests/identifiers/id_macros.rs
===================================================================
--- ruma-common.orig/tests/identifiers/id_macros.rs
+++ ruma-common/tests/identifiers/id_macros.rs
@@ -3,5 +3,5 @@ fn ui() {
     let t = trybuild::TestCases::new();
     t.pass("tests/identifiers/ui/01-valid-id-macros.rs");
     t.compile_fail("tests/identifiers/ui/02-invalid-id-macros.rs");
-    t.compile_fail("tests/identifiers/ui/03-invalid-new-id-macros.rs");
+    //t.compile_fail("tests/identifiers/ui/03-invalid-new-id-macros.rs");
 }