| Index: test/mjsunit/wasm/asm-wasm-heap.js
|
| diff --git a/test/mjsunit/wasm/asm-wasm-heap.js b/test/mjsunit/wasm/asm-wasm-heap.js
|
| index d81cb6134ec0451c95f47e887c0515e95bc6fe96..292ed3e86e549ce795a9100474576c61758b71bc 100644
|
| --- a/test/mjsunit/wasm/asm-wasm-heap.js
|
| +++ b/test/mjsunit/wasm/asm-wasm-heap.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --validate-asm --allow-natives-syntax
|
| +// Flags: --validate-asm --allow-natives-syntax --fast-validate-asm
|
|
|
| const stdlib = {
|
| Math: Math,
|
|
|