diff options
Diffstat (limited to 'test/passes/Oz_fuzz-exec_all-features.txt')
-rw-r--r-- | test/passes/Oz_fuzz-exec_all-features.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/test/passes/Oz_fuzz-exec_all-features.txt b/test/passes/Oz_fuzz-exec_all-features.txt index d1a80c318..b69b9728c 100644 --- a/test/passes/Oz_fuzz-exec_all-features.txt +++ b/test/passes/Oz_fuzz-exec_all-features.txt @@ -183,10 +183,14 @@ (nop) ) (func $br-on_non_null-2 (type $void_func) - (call $log - (i32.const 1) + (drop + (block + (call $log + (i32.const 1) + ) + (unreachable) + ) ) - (unreachable) ) (func $cast-on-func (type $void_func) (call $log |