diff options
Diffstat (limited to 'ops/tests/compile_fail/unsupported.rs')
-rw-r--r-- | ops/tests/compile_fail/unsupported.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ops/tests/compile_fail/unsupported.rs b/ops/tests/compile_fail/unsupported.rs index 52d55de5b..5856d72ef 100644 --- a/ops/tests/compile_fail/unsupported.rs +++ b/ops/tests/compile_fail/unsupported.rs @@ -3,11 +3,6 @@ use deno_ops::op; #[op(fast)] -fn op_result_return(a: i32, b: i32) -> Result<(), ()> { - a + b -} - -#[op(fast)] fn op_u8_arg(a: u8, b: u8) { // } |