You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
368 B
17 lines
368 B
diff --git a/tests/compiletest.rs b/tests/compiletest.rs
|
|
deleted file mode 100644
|
|
index 7974a62..0000000
|
|
--- a/tests/compiletest.rs
|
|
+++ /dev/null
|
|
@@ -1,7 +0,0 @@
|
|
-#[rustversion::attr(not(nightly), ignore)]
|
|
-#[cfg_attr(miri, ignore)]
|
|
-#[test]
|
|
-fn ui() {
|
|
- let t = trybuild::TestCases::new();
|
|
- t.compile_fail("tests/ui/*.rs");
|
|
-}
|
|
--
|
|
2.30.0.478.g8a0d178c01-goog
|
|
|