| Index: test/mjsunit/wasm/embenchen/copy.js
|
| diff --git a/test/mjsunit/wasm/embenchen/copy.js b/test/mjsunit/wasm/embenchen/copy.js
|
| index ce2ea9273e0b91849ef78432f564ce71aa54a187..640c02f26ed4e577662ebf418955b4838007cd7e 100644
|
| --- a/test/mjsunit/wasm/embenchen/copy.js
|
| +++ b/test/mjsunit/wasm/embenchen/copy.js
|
| @@ -1,5 +1,5 @@
|
| // Modified embenchen to direct to asm-wasm.
|
| -// Flags: --validate-asm --allow-natives-syntax
|
| +// Flags: --validate-asm --allow-natives-syntax --fast-validate-asm
|
|
|
| var EXPECTED_OUTPUT = 'sum:8930\n';
|
| var Module = {
|
|
|