| Index: test/mjsunit/wasm/embenchen/copy.js
|
| diff --git a/test/mjsunit/wasm/embenchen/copy.js b/test/mjsunit/wasm/embenchen/copy.js
|
| index 1c0923fdeceb03374d6ec6006d8bb8e6c28a3ffb..e2438b7de4837e9fb77368394251206a71eee84f 100644
|
| --- a/test/mjsunit/wasm/embenchen/copy.js
|
| +++ b/test/mjsunit/wasm/embenchen/copy.js
|
| @@ -1,7 +1,5 @@
|
| // Modified embenchen to direct to asm-wasm.
|
| // Flags: --expose-wasm
|
| -// TODO(mtrofin): Drop when verifier is fixed.
|
| -// Flags: --noturbo-verify-allocation
|
|
|
| var EXPECTED_OUTPUT = 'sum:8930\n';
|
| var Module = {
|
|
|