diff options
Diffstat (limited to 'test/parse/expr/bad-const-i32-overflow.txt')
-rw-r--r-- | test/parse/expr/bad-const-i32-overflow.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/expr/bad-const-i32-overflow.txt b/test/parse/expr/bad-const-i32-overflow.txt index 21bc996b..7ab37814 100644 --- a/test/parse/expr/bad-const-i32-overflow.txt +++ b/test/parse/expr/bad-const-i32-overflow.txt @@ -1,7 +1,7 @@ ;;; ERROR: 1 (module (func i32.const 4294967296)) (;; STDERR ;;; -parse/expr/bad-const-i32-overflow.txt:2:25: invalid literal "4294967296" +out/test/parse/expr/bad-const-i32-overflow.txt:2:25: invalid literal "4294967296" (module (func i32.const 4294967296)) ^^^^^^^^^^ ;;; STDERR ;;) |