diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-08-21 17:37:53 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-21 17:37:53 +0530 |
| commit | 906aa78af33c8405a47d5446d2a6fb3348c275bb (patch) | |
| tree | c444e42b6bdfe4bad35634925829a1b1d190fa75 /ops/tests/mod.rs | |
| parent | e39d4e3e7fb9815bf094e7321d1d73d00275831a (diff) | |
feat(ops): V8 Fast Calls (#15291)
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"); +} |
