diff options
Diffstat (limited to 'test/unreachable-code.wast.fromBinary')
-rw-r--r-- | test/unreachable-code.wast.fromBinary | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unreachable-code.wast.fromBinary b/test/unreachable-code.wast.fromBinary index d0c0f06d7..ea73045a1 100644 --- a/test/unreachable-code.wast.fromBinary +++ b/test/unreachable-code.wast.fromBinary @@ -1,6 +1,5 @@ (module (type $0 (func)) - (memory $0 0) (func $a (; 0 ;) (type $0) (if (i32.const 1) |