diff options
Diffstat (limited to 'test/parse/expr/bad-const-i64-overflow.txt')
-rw-r--r-- | test/parse/expr/bad-const-i64-overflow.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/expr/bad-const-i64-overflow.txt b/test/parse/expr/bad-const-i64-overflow.txt index 89551994..cda4c486 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)) (;; STDERR ;;; -parse/expr/bad-const-i64-overflow.txt:2:25: invalid literal "18446744073709551616" +out/test/parse/expr/bad-const-i64-overflow.txt:2:25: invalid literal "18446744073709551616" (module (func i64.const 18446744073709551616)) ^^^^^^^^^^^^^^^^^^^^ ;;; STDERR ;;) |