summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-const-i32-garbage.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/expr/bad-const-i32-garbage.txt')
-rw-r--r--test/parse/expr/bad-const-i32-garbage.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/expr/bad-const-i32-garbage.txt b/test/parse/expr/bad-const-i32-garbage.txt
index 5aaeb732..f4d7d8ed 100644
--- a/test/parse/expr/bad-const-i32-garbage.txt
+++ b/test/parse/expr/bad-const-i32-garbage.txt
@@ -4,7 +4,7 @@
parse/expr/bad-const-i32-garbage.txt:2:26: unexpected token "one-hundred"
(module (func (i32.const one-hundred)))
^^^^^^^^^^^
-parse/expr/bad-const-i32-garbage.txt:2:37: syntax error, unexpected ), expecting INT or FLOAT
+parse/expr/bad-const-i32-garbage.txt:2:37: syntax error, unexpected ), expecting NAT or INT or FLOAT
(module (func (i32.const one-hundred)))
^
;;; STDERR ;;)