summaryrefslogtreecommitdiff
path: root/test/lit/ctor-eval/data_drop.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/ctor-eval/data_drop.wast')
-rw-r--r--test/lit/ctor-eval/data_drop.wast6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lit/ctor-eval/data_drop.wast b/test/lit/ctor-eval/data_drop.wast
index eeec5f165..4a1fcae1a 100644
--- a/test/lit/ctor-eval/data_drop.wast
+++ b/test/lit/ctor-eval/data_drop.wast
@@ -23,9 +23,9 @@
(data.drop 1)
)
)
-;; CHECK: (data (i32.const 0) "__________")
+;; CHECK: (data $0 (i32.const 0) "__________")
-;; CHECK: (data (i32.const 20) "__________")
+;; CHECK: (data $1 (i32.const 20) "__________")
;; CHECK: (export "test" (func $0))
@@ -34,5 +34,5 @@
;; CHECK-NEXT: (i32.const 4)
;; CHECK-NEXT: (i32.const 100)
;; CHECK-NEXT: )
-;; CHECK-NEXT: (data.drop 1)
+;; CHECK-NEXT: (data.drop $1)
;; CHECK-NEXT: )