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