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 5e26e4666..1122cb536 100644
--- a/test/metadce/threaded.wast.dced
+++ b/test/metadce/threaded.wast.dced
@@ -8,16 +8,16 @@
(export "wasm_func2" (func $wasm_func_2))
(export "wasm_func3" (func $wasm_func_3))
(export "wasm_func4" (func $wasm_func_4))
- (func $wasm_func_1 (; 3 ;) (type $FUNCSIG$v)
- (call $js_func_2)
- )
- (func $wasm_func_2 (; 4 ;) (type $FUNCSIG$v)
- (call $js_func_3)
+ (func $wasm_func_4 (; 3 ;) (type $FUNCSIG$v)
+ (nop)
)
- (func $wasm_func_3 (; 5 ;) (type $FUNCSIG$v)
+ (func $wasm_func_3 (; 4 ;) (type $FUNCSIG$v)
(call $js_func_4)
)
- (func $wasm_func_4 (; 6 ;) (type $FUNCSIG$v)
- (nop)
+ (func $wasm_func_2 (; 5 ;) (type $FUNCSIG$v)
+ (call $js_func_3)
+ )
+ (func $wasm_func_1 (; 6 ;) (type $FUNCSIG$v)
+ (call $js_func_2)
)
)