diff options
Diffstat (limited to 'test/parse/expr/bad-const-v128-i32x4-overflow.txt')
-rw-r--r-- | test/parse/expr/bad-const-v128-i32x4-overflow.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/parse/expr/bad-const-v128-i32x4-overflow.txt b/test/parse/expr/bad-const-v128-i32x4-overflow.txt index bef182fb..967aecf0 100644 --- a/test/parse/expr/bad-const-v128-i32x4-overflow.txt +++ b/test/parse/expr/bad-const-v128-i32x4-overflow.txt @@ -1,15 +1,14 @@ ;;; TOOL: wat2wasm -;;; ARGS: --enable-simd ;;; ERROR: 1 (module (func v128.const i32x4 -2147483648 2147483648 4294967295 4294967296) (func v128.const i32x4 -2147483648 -2147483649 4294967295 4294967296) ) (;; STDERR ;;; -out/test/parse/expr/bad-const-v128-i32x4-overflow.txt:5:60: error: invalid literal "4294967296" +out/test/parse/expr/bad-const-v128-i32x4-overflow.txt:4:60: error: invalid literal "4294967296" (func v128.const i32x4 -2147483648 2147483648 4294967295 4294967296) ^^^^^^^^^^ -out/test/parse/expr/bad-const-v128-i32x4-overflow.txt:6:38: error: invalid literal "-2147483649" +out/test/parse/expr/bad-const-v128-i32x4-overflow.txt:5:38: error: invalid literal "-2147483649" (func v128.const i32x4 -2147483648 -2147483649 4294967295 4294967296) ^^^^^^^^^^^ ;;; STDERR ;;) |