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