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");
}
|