diff options
Diffstat (limited to 'test/memory-import.wast.fromBinary')
-rw-r--r-- | test/memory-import.wast.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/memory-import.wast.fromBinary b/test/memory-import.wast.fromBinary index b83ca836a..427dbb782 100644 --- a/test/memory-import.wast.fromBinary +++ b/test/memory-import.wast.fromBinary @@ -1,7 +1,7 @@ (module (type $0 (func (result i32))) (import "env" "memory" (memory $0 1 1)) - (func $foo (type $0) (result i32) + (func $foo (; 0 ;) (type $0) (result i32) (i32.load offset=13 (i32.const 37) ) |