diff options
Diffstat (limited to 'test/parse/expr/tail-call-disabled.txt')
-rw-r--r-- | test/parse/expr/tail-call-disabled.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/expr/tail-call-disabled.txt b/test/parse/expr/tail-call-disabled.txt index 5bb0d610..8e74fa8e 100644 --- a/test/parse/expr/tail-call-disabled.txt +++ b/test/parse/expr/tail-call-disabled.txt @@ -2,7 +2,7 @@ ;;; ERROR: 1 (module - (table 1 anyfunc) + (table 1 funcref) (func return_call 0) (func i32.const 0 return_call_indirect) ) |