summaryrefslogtreecommitdiff
path: root/ops/tests/mod.rs
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-07-22 19:06:32 +0530
committerGitHub <noreply@github.com>2022-07-22 19:06:32 +0530
commit4db650ddd57b85475d71c0b9fc84d37becab9d6a (patch)
treee32602ab92d4c117dbbd72ea9c7436964466187d /ops/tests/mod.rs
parent03dc3b8972f460e40d0b75fc3207cae9fe4f60da (diff)
Revert "feat(ops): V8 Fast Calls (#15122)" (#15276)
This reverts commit 03dc3b8972f460e40d0b75fc3207cae9fe4f60da.
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");
-}