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