diff options
Diffstat (limited to 'test/passes/duplicate-function-elimination.txt')
-rw-r--r-- | test/passes/duplicate-function-elimination.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/passes/duplicate-function-elimination.txt b/test/passes/duplicate-function-elimination.txt index 9499b0011..baf4fedf2 100644 --- a/test/passes/duplicate-function-elimination.txt +++ b/test/passes/duplicate-function-elimination.txt @@ -391,7 +391,7 @@ (elem (i32.const 0) $erase $erase) (memory $0 0) (func $erase (; 0 ;) (type $T) - (call_indirect $T + (call_indirect (type $T) (i32.const 0) ) ) @@ -402,12 +402,12 @@ (elem (i32.const 0) $keep2 $other) (memory $0 0) (func $keep2 (; 0 ;) (type $T) - (call_indirect $T + (call_indirect (type $T) (i32.const 0) ) ) (func $other (; 1 ;) (type $T) - (call_indirect $T + (call_indirect (type $T) (i32.const 1) ) ) @@ -419,12 +419,12 @@ (elem (i32.const 0) $keep2 $other) (memory $0 0) (func $keep2 (; 0 ;) (type $T) - (call_indirect $T + (call_indirect (type $T) (i32.const 0) ) ) (func $other (; 1 ;) (type $T) - (call_indirect $S + (call_indirect (type $S) (i32.const 0) ) ) |