summaryrefslogtreecommitdiff
path: root/test/parse/expr/tail-call.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/expr/tail-call.txt')
-rw-r--r--test/parse/expr/tail-call.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/expr/tail-call.txt b/test/parse/expr/tail-call.txt
index 40aa18e5..6d471877 100644
--- a/test/parse/expr/tail-call.txt
+++ b/test/parse/expr/tail-call.txt
@@ -1,7 +1,7 @@
;;; TOOL: wat2wasm
;;; ARGS0: --enable-tail-call
(module
- (table 1 anyfunc)
+ (table 1 funcref)
(func return_call 0)
(func i32.const 0 return_call_indirect)
)