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.wast4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/ctor-eval/data_drop.wast b/test/lit/ctor-eval/data_drop.wast
index 4a1fcae1a..c1bfd487c 100644
--- a/test/lit/ctor-eval/data_drop.wast
+++ b/test/lit/ctor-eval/data_drop.wast
@@ -2,7 +2,7 @@
;; RUN: wasm-ctor-eval %s --ctors=test --kept-exports=test --quiet -all -S -o - | filecheck %s
(module
- ;; CHECK: (type $none_=>_none (func))
+ ;; CHECK: (type $0 (func))
;; CHECK: (memory $0 1)
(memory $0 1)
@@ -29,7 +29,7 @@
;; CHECK: (export "test" (func $0))
-;; CHECK: (func $0 (type $none_=>_none)
+;; CHECK: (func $0 (type $0)
;; CHECK-NEXT: (i32.store8
;; CHECK-NEXT: (i32.const 4)
;; CHECK-NEXT: (i32.const 100)