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