summaryrefslogtreecommitdiff
path: root/ops/tests/mod.rs
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-11-25 06:47:21 -0800
committerGitHub <noreply@github.com>2022-11-25 20:17:21 +0530
commit8fc62f93bfeb63edf2ee875ee5d4f8b63728f838 (patch)
treee97e0931ac40bc4454a17b7b6717ed522e2fac9a /ops/tests/mod.rs
parentd80af8324d61ce6fa54f6c9c4a2658c18b9c2428 (diff)
fix(ops): circular dependency in deno_ops test (#16809)
Diffstat (limited to 'ops/tests/mod.rs')
-rw-r--r--ops/tests/mod.rs6
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");
-}