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