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