diff options
Diffstat (limited to 'test/example/c-api-unused-mem.txt')
-rw-r--r-- | test/example/c-api-unused-mem.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/example/c-api-unused-mem.txt b/test/example/c-api-unused-mem.txt index 41ce79ae0..56cd3a948 100644 --- a/test/example/c-api-unused-mem.txt +++ b/test/example/c-api-unused-mem.txt @@ -37,10 +37,9 @@ (call $main) ) ) -151 +148 (module (type $0 (func)) - (type $1 (func)) (memory $0 1024 1024) (export "memory" (memory $0)) (export "main" (func $main)) @@ -70,7 +69,7 @@ (unreachable) ) ) - (func $__wasm_start (; 1 ;) (type $1) + (func $__wasm_start (; 1 ;) (type $0) (i32.store (i32.const 0) (i32.const 65535) |