From 805ce6fdf70f09e9b3f73b48d42e475a4189a904 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Thu, 1 Sep 2022 15:53:06 +0530 Subject: feat(ops): support `v8::FastApiCallbackOptions` (#15721) --- ops/tests/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'ops/tests/mod.rs') diff --git a/ops/tests/mod.rs b/ops/tests/mod.rs index 522647f51..699bcf9f4 100644 --- a/ops/tests/mod.rs +++ b/ops/tests/mod.rs @@ -2,4 +2,5 @@ fn op_macro() { let t = trybuild::TestCases::new(); t.compile_fail("tests/compile_fail/*.rs"); + t.pass("tests/01_fast_callback_options.rs"); } -- cgit v1.2.3