diff options
Diffstat (limited to 'test/unreachable-pops.wasm.fromBinary')
-rw-r--r-- | test/unreachable-pops.wasm.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unreachable-pops.wasm.fromBinary b/test/unreachable-pops.wasm.fromBinary index 3f3c51b13..fa92d3e22 100644 --- a/test/unreachable-pops.wasm.fromBinary +++ b/test/unreachable-pops.wasm.fromBinary @@ -1,7 +1,7 @@ (module (type $0 (func (result i32))) (memory $0 0) - (func $0 (type $0) (result i32) + (func $0 (; 0 ;) (type $0) (result i32) (block $label$1 (result i32) (unreachable) ) |