summaryrefslogtreecommitdiff
path: root/tests/compile_fail.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compile_fail.rs')
-rw-r--r--tests/compile_fail.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/compile_fail.rs b/tests/compile_fail.rs
deleted file mode 100644
index 5c20a2a..0000000
--- a/tests/compile_fail.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-#[test]
-#[ignore]
-fn test_compile_fail() {
- let t = trybuild::TestCases::new();
- t.compile_fail("tests/compile_fail/*.rs");
-}