diff options
Diffstat (limited to 'test/parse/expr/bad-simd-shuffle-lane-index-overflow2.txt')
-rw-r--r-- | test/parse/expr/bad-simd-shuffle-lane-index-overflow2.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parse/expr/bad-simd-shuffle-lane-index-overflow2.txt b/test/parse/expr/bad-simd-shuffle-lane-index-overflow2.txt index 8201821c..b1feedc9 100644 --- a/test/parse/expr/bad-simd-shuffle-lane-index-overflow2.txt +++ b/test/parse/expr/bad-simd-shuffle-lane-index-overflow2.txt @@ -3,8 +3,8 @@ ;;; ERROR: 1 (module (func - v128.const i32 0xff00ff01 0xff00ff0f 0xff00ffff 0xff00ff7f - v128.const i32 0x00550055 0x00550055 0x00550055 0x00550155 + v128.const i32x4 0xff00ff01 0xff00ff0f 0xff00ffff 0xff00ff7f + v128.const i32x4 0x00550055 0x00550055 0x00550055 0x00550155 v8x16.shuffle 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 33 )) |