| Index: test/mjsunit/wasm/wasm-constants.js
|
| diff --git a/test/mjsunit/wasm/wasm-constants.js b/test/mjsunit/wasm/wasm-constants.js
|
| index 95389ad348d0d627b3b81d3211efb59e5d13e7ff..4b710f103755af6509adf6b6a5420fd09f91f371 100644
|
| --- a/test/mjsunit/wasm/wasm-constants.js
|
| +++ b/test/mjsunit/wasm/wasm-constants.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: --expose-wasm
|
| +
|
| function bytes() {
|
| var buffer = new ArrayBuffer(arguments.length);
|
| var view = new Uint8Array(buffer);
|
|
|