summaryrefslogtreecommitdiff
path: root/test/metadce/threaded.wast.dced
diff options
context:
space:
mode:
Diffstat (limited to 'test/metadce/threaded.wast.dced')
-rw-r--r--test/metadce/threaded.wast.dced16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/metadce/threaded.wast.dced b/test/metadce/threaded.wast.dced
index 3617f112e..0d5d2f98d 100644
--- a/test/metadce/threaded.wast.dced
+++ b/test/metadce/threaded.wast.dced
@@ -1,22 +1,22 @@
(module
- (type $none_=>_none (func))
- (import "env" "js_func4" (func $js_func_4 (type $none_=>_none)))
- (import "env" "js_func3" (func $js_func_3 (type $none_=>_none)))
- (import "env" "js_func2" (func $js_func_2 (type $none_=>_none)))
+ (type $0 (func))
+ (import "env" "js_func4" (func $js_func_4 (type $0)))
+ (import "env" "js_func3" (func $js_func_3 (type $0)))
+ (import "env" "js_func2" (func $js_func_2 (type $0)))
(export "wasm_func1" (func $wasm_func_1))
(export "wasm_func2" (func $wasm_func_2))
(export "wasm_func3" (func $wasm_func_3))
(export "wasm_func4" (func $wasm_func_4))
- (func $wasm_func_4 (type $none_=>_none)
+ (func $wasm_func_4 (type $0)
(nop)
)
- (func $wasm_func_3 (type $none_=>_none)
+ (func $wasm_func_3 (type $0)
(call $js_func_4)
)
- (func $wasm_func_2 (type $none_=>_none)
+ (func $wasm_func_2 (type $0)
(call $js_func_3)
)
- (func $wasm_func_1 (type $none_=>_none)
+ (func $wasm_func_1 (type $0)
(call $js_func_2)
)
)