diff options
Diffstat (limited to 'test/passes/remove-unused-nonfunction-module-elements_enable-threads.wast')
-rw-r--r-- | test/passes/remove-unused-nonfunction-module-elements_enable-threads.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/remove-unused-nonfunction-module-elements_enable-threads.wast b/test/passes/remove-unused-nonfunction-module-elements_enable-threads.wast index 6024e1bc1..4c1944c12 100644 --- a/test/passes/remove-unused-nonfunction-module-elements_enable-threads.wast +++ b/test/passes/remove-unused-nonfunction-module-elements_enable-threads.wast @@ -54,7 +54,7 @@ (func $remove4 (type $0) (call $remove3) ) - (func $other1 (param i32) (type $1) + (func $other1 (type $1) (param i32) (call_indirect (type $0) (i32.const 0)) (call_indirect (type $0) (i32.const 0)) (call_indirect (type $0-dupe) (i32.const 0)) @@ -65,7 +65,7 @@ (drop (call_indirect (type $2-dupe) (i32.const 0) (i32.const 0))) (drop (call_indirect (type $2-thrupe) (i32.const 0) (i32.const 0))) ) - (func $other2 (param i32) (type $1-dupe) + (func $other2 (type $1-dupe) (param i32) (unreachable) ) ) |