summaryrefslogtreecommitdiff
path: root/test/lit/passes/signature-pruning.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/signature-pruning.wast')
-rw-r--r--test/lit/passes/signature-pruning.wast16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/lit/passes/signature-pruning.wast b/test/lit/passes/signature-pruning.wast
index 26ecadfc9..4b3cfa0c4 100644
--- a/test/lit/passes/signature-pruning.wast
+++ b/test/lit/passes/signature-pruning.wast
@@ -56,7 +56,7 @@
(f32.const 2)
(f64.const 3)
)
- (call_ref
+ (call_ref $sig
(i32.const 4)
(i64.const 5)
(f32.const 6)
@@ -120,7 +120,7 @@
(f32.const 2)
(f64.const 3)
)
- (call_ref
+ (call_ref $sig
(i32.const 4)
(i64.const 5)
(f32.const 6)
@@ -194,7 +194,7 @@
(f32.const 2)
(f64.const 3)
)
- (call_ref
+ (call_ref $sig
(i32.const 4)
(i64.const 5)
(f32.const 6)
@@ -263,7 +263,7 @@
(f32.const 2)
(f64.const 3)
)
- (call_ref
+ (call_ref $sig
(block (result i32)
(call $caller)
(i32.const 4)
@@ -312,7 +312,7 @@
(f32.const 2)
(f64.const 3)
)
- (call_ref
+ (call_ref $sig
(i32.const 4)
(i64.const 5)
(f32.const 6)
@@ -515,11 +515,11 @@
(call $bar
(i32.const 1)
)
- (call_ref
+ (call_ref $sig
(i32.const 2)
(ref.func $foo)
)
- (call_ref
+ (call_ref $sig
(i32.const 2)
(ref.func $bar)
)
@@ -536,7 +536,7 @@
(call $bar
(i32.const 1)
)
- (call_ref
+ (call_ref $sig
(i32.const 2)
(ref.func $foo)
)