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