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.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/parse/expr/bad-const-i32-garbage.txt b/test/parse/expr/bad-const-i32-garbage.txt
index f4d7d8ed..8fb0b7ad 100644
--- a/test/parse/expr/bad-const-i32-garbage.txt
+++ b/test/parse/expr/bad-const-i32-garbage.txt
@@ -1,10 +1,10 @@
;;; ERROR: 1
-(module (func (i32.const one-hundred)))
+(module (func i32.const one-hundred))
(;; STDERR ;;;
-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 NAT or INT or FLOAT
-(module (func (i32.const one-hundred)))
- ^
+parse/expr/bad-const-i32-garbage.txt:2:25: unexpected token "one-hundred"
+(module (func i32.const one-hundred))
+ ^^^^^^^^^^^
+parse/expr/bad-const-i32-garbage.txt:2:36: syntax error, unexpected ), expecting NAT or INT or FLOAT
+(module (func i32.const one-hundred))
+ ^
;;; STDERR ;;)