| Index: test/mjsunit/asm/regress-660813.js
|
| diff --git a/test/mjsunit/asm/regress-660813.js b/test/mjsunit/asm/regress-660813.js
|
| index e9bf5797c7f434201cf67f4862f692ca3e7a0d9b..9a584f4a5e3700582108e9ac65ec5885faf8ba83 100644
|
| --- a/test/mjsunit/asm/regress-660813.js
|
| +++ b/test/mjsunit/asm/regress-660813.js
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// Flags: --validate-asm --fast-validate-asm
|
| +
|
| function Module() {
|
| "use asm";
|
| const i = 0xffffffff;
|
|
|