diff options
Diffstat (limited to 'test/passes/Oz_fuzz-exec_all-features.wast')
-rw-r--r-- | test/passes/Oz_fuzz-exec_all-features.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/Oz_fuzz-exec_all-features.wast b/test/passes/Oz_fuzz-exec_all-features.wast index a07e7e3d7..94bc2aa3c 100644 --- a/test/passes/Oz_fuzz-exec_all-features.wast +++ b/test/passes/Oz_fuzz-exec_all-features.wast @@ -275,12 +275,12 @@ (func "cast-on-func" (call $log (i32.const 0)) ;; a valid cast - (call_ref + (call_ref $void_func (ref.cast_static $void_func (ref.func $a-void-func)) ) (call $log (i32.const 1)) ;; an invalid cast - (drop (call_ref + (drop (call_ref $int_func (ref.cast_static $int_func (ref.func $a-void-func)) )) ;; will never be reached |