diff options
Diffstat (limited to 'ops/tests/mod.rs')
-rw-r--r-- | ops/tests/mod.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ops/tests/mod.rs b/ops/tests/mod.rs deleted file mode 100644 index 699bcf9f4..000000000 --- a/ops/tests/mod.rs +++ /dev/null @@ -1,6 +0,0 @@ -#[test] -fn op_macro() { - let t = trybuild::TestCases::new(); - t.compile_fail("tests/compile_fail/*.rs"); - t.pass("tests/01_fast_callback_options.rs"); -} |