summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-const-v128-i8x16-overflow.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/expr/bad-const-v128-i8x16-overflow.txt')
-rw-r--r--test/parse/expr/bad-const-v128-i8x16-overflow.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/parse/expr/bad-const-v128-i8x16-overflow.txt b/test/parse/expr/bad-const-v128-i8x16-overflow.txt
index d50ebd78..d091b7f6 100644
--- a/test/parse/expr/bad-const-v128-i8x16-overflow.txt
+++ b/test/parse/expr/bad-const-v128-i8x16-overflow.txt
@@ -1,15 +1,14 @@
;;; TOOL: wat2wasm
-;;; ARGS: --enable-simd
;;; ERROR: 1
(module
(func v128.const i8x16 -127 -128 128 255 256 0 0 0 0 0 0 0 0 0 0 0)
(func v128.const i8x16 -127 -129 128 255 256 0 0 0 0 0 0 0 0 0 0 0)
)
(;; STDERR ;;;
-out/test/parse/expr/bad-const-v128-i8x16-overflow.txt:5:44: error: invalid literal "256"
+out/test/parse/expr/bad-const-v128-i8x16-overflow.txt:4:44: error: invalid literal "256"
(func v128.const i8x16 -127 -128 128 255 256 0 0 0 0 0 0 0 0 0 0 0)
^^^
-out/test/parse/expr/bad-const-v128-i8x16-overflow.txt:6:31: error: invalid literal "-129"
+out/test/parse/expr/bad-const-v128-i8x16-overflow.txt:5:31: error: invalid literal "-129"
(func v128.const i8x16 -127 -129 128 255 256 0 0 0 0 0 0 0 0 0 0 0)
^^^^
;;; STDERR ;;)