diff options
Diffstat (limited to 'test/passes/Oz_fuzz-exec_all-features.txt')
-rw-r--r-- | test/passes/Oz_fuzz-exec_all-features.txt | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/test/passes/Oz_fuzz-exec_all-features.txt b/test/passes/Oz_fuzz-exec_all-features.txt index 179a75082..5730b7ad8 100644 --- a/test/passes/Oz_fuzz-exec_all-features.txt +++ b/test/passes/Oz_fuzz-exec_all-features.txt @@ -533,17 +533,10 @@ (i32.const 0) ) (call $log - (ref.test_static $struct - (array.new $bytes - (i32.const 20) - (i32.const 10) - ) - ) + (i32.const 0) ) (call $log - (ref.test_static $struct - (struct.new_default $struct) - ) + (i32.const 1) ) (call $log (ref.test_static $extendedstruct @@ -551,9 +544,7 @@ ) ) (call $log - (ref.test_static $struct - (struct.new_default $extendedstruct) - ) + (i32.const 1) ) ) (func $29 (; has Stack IR ;) |