summaryrefslogtreecommitdiff
path: root/test/export-import.wast.fromBinary.noDebugInfo
diff options
context:
space:
mode:
Diffstat (limited to 'test/export-import.wast.fromBinary.noDebugInfo')
-rw-r--r--test/export-import.wast.fromBinary.noDebugInfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/export-import.wast.fromBinary.noDebugInfo b/test/export-import.wast.fromBinary.noDebugInfo
index 33bfa20ce..0ac0ec0c9 100644
--- a/test/export-import.wast.fromBinary.noDebugInfo
+++ b/test/export-import.wast.fromBinary.noDebugInfo
@@ -1,7 +1,7 @@
(module
- (type $none_=>_none (func))
+ (type $0 (func))
(import "env" "test2" (global $gimport$0 i32))
- (import "env" "test1" (func $fimport$0 (type $none_=>_none)))
+ (import "env" "test1" (func $fimport$0 (type $0)))
(export "test1" (func $fimport$0))
(export "test2" (global $gimport$0))
)