summaryrefslogtreecommitdiff
path: root/test/metadce/threaded_cycle.wast.dced
diff options
context:
space:
mode:
Diffstat (limited to 'test/metadce/threaded_cycle.wast.dced')
-rw-r--r--test/metadce/threaded_cycle.wast.dced16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/metadce/threaded_cycle.wast.dced b/test/metadce/threaded_cycle.wast.dced
index 91b5b45e0..b73266fcc 100644
--- a/test/metadce/threaded_cycle.wast.dced
+++ b/test/metadce/threaded_cycle.wast.dced
@@ -9,16 +9,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 (; 4 ;) (type $FUNCSIG$v)
- (call $js_func_2)
- )
- (func $wasm_func_2 (; 5 ;) (type $FUNCSIG$v)
- (call $js_func_3)
+ (func $wasm_func_4 (; 4 ;) (type $FUNCSIG$v)
+ (call $js_func_1)
)
- (func $wasm_func_3 (; 6 ;) (type $FUNCSIG$v)
+ (func $wasm_func_3 (; 5 ;) (type $FUNCSIG$v)
(call $js_func_4)
)
- (func $wasm_func_4 (; 7 ;) (type $FUNCSIG$v)
- (call $js_func_1)
+ (func $wasm_func_2 (; 6 ;) (type $FUNCSIG$v)
+ (call $js_func_3)
+ )
+ (func $wasm_func_1 (; 7 ;) (type $FUNCSIG$v)
+ (call $js_func_2)
)
)