summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-const-i32-underflow.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/expr/bad-const-i32-underflow.txt')
-rw-r--r--test/parse/expr/bad-const-i32-underflow.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/parse/expr/bad-const-i32-underflow.txt b/test/parse/expr/bad-const-i32-underflow.txt
index a2273c74..43157b4f 100644
--- a/test/parse/expr/bad-const-i32-underflow.txt
+++ b/test/parse/expr/bad-const-i32-underflow.txt
@@ -1,7 +1,7 @@
;;; ERROR: 1
-(module (func (i32.const -2147483649)))
+(module (func i32.const -2147483649))
(;; STDERR ;;;
-parse/expr/bad-const-i32-underflow.txt:2:26: invalid literal "-2147483649"
-(module (func (i32.const -2147483649)))
- ^^^^^^^^^^^
+parse/expr/bad-const-i32-underflow.txt:2:25: invalid literal "-2147483649"
+(module (func i32.const -2147483649))
+ ^^^^^^^^^^^
;;; STDERR ;;)