diff options
Diffstat (limited to 'test/example/c-api-unused-mem.txt')
-rw-r--r-- | test/example/c-api-unused-mem.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/example/c-api-unused-mem.txt b/test/example/c-api-unused-mem.txt index 802e7207b..36d0a9a6b 100644 --- a/test/example/c-api-unused-mem.txt +++ b/test/example/c-api-unused-mem.txt @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (memory $0 1024 1024) (export "memory" (memory $0)) (export "main" (func $main)) @@ -38,7 +38,7 @@ ) 133 (module - (type $none_=>_none (func)) + (type $0 (func)) (memory $0 1024 1024) (export "memory" (memory $0)) (export "main" (func $main)) |