summaryrefslogtreecommitdiff
path: root/test/ctor-eval/basics.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/ctor-eval/basics.wast')
-rw-r--r--test/ctor-eval/basics.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ctor-eval/basics.wast b/test/ctor-eval/basics.wast
index a81b2de2f..997e2cd11 100644
--- a/test/ctor-eval/basics.wast
+++ b/test/ctor-eval/basics.wast
@@ -10,7 +10,7 @@
(func $test1
(drop (i32.const 0)) ;; no work at all, really
(call $safe-to-call) ;; safe to call
- (call_indirect $v (i32.const 0)) ;; safe to call
+ (call_indirect (type $v) (i32.const 0)) ;; safe to call
)
(func $test2
(drop (i32.load (i32.const 12))) ;; a safe load