diff options
Diffstat (limited to 'test/ctor-eval/basics-flatten.wast')
-rw-r--r-- | test/ctor-eval/basics-flatten.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ctor-eval/basics-flatten.wast b/test/ctor-eval/basics-flatten.wast index 3bbd27a6b..da8b76163 100644 --- a/test/ctor-eval/basics-flatten.wast +++ b/test/ctor-eval/basics-flatten.wast @@ -13,7 +13,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 |