summaryrefslogtreecommitdiff
path: root/test/lit/multivalue.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/multivalue.wast')
-rw-r--r--test/lit/multivalue.wast6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lit/multivalue.wast b/test/lit/multivalue.wast
index a71c222cc..e1fd0f71e 100644
--- a/test/lit/multivalue.wast
+++ b/test/lit/multivalue.wast
@@ -288,7 +288,7 @@
;; CHECK-NEXT: )
;; CHECK-NEXT: )
(func $drop-call
- (drop
+ (tuple.drop 2
(call $pair)
)
)
@@ -308,7 +308,7 @@
;; CHECK-NEXT: )
;; CHECK-NEXT: )
(func $drop-tuple-make
- (drop
+ (tuple.drop 2
(tuple.make 2
(i32.const 42)
(i64.const 42)
@@ -344,7 +344,7 @@
;; CHECK-NEXT: )
;; CHECK-NEXT: )
(func $drop-block
- (drop
+ (tuple.drop 2
(block $block (result i32 i64)
(tuple.make 2
(i32.const 42)