| Index: test/mjsunit/wasm/instantiate-module-basic.js
|
| diff --git a/test/mjsunit/wasm/instantiate-module-basic.js b/test/mjsunit/wasm/instantiate-module-basic.js
|
| index 299222d355fd1c6c3ae193ee460ee76c2e2295e8..9ea84a00e69f77d85affb22ba5bcf42a5f94e4ca 100644
|
| --- a/test/mjsunit/wasm/instantiate-module-basic.js
|
| +++ b/test/mjsunit/wasm/instantiate-module-basic.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
|
| +
|
| load("test/mjsunit/wasm/wasm-constants.js");
|
|
|
| var kReturnValue = 117;
|
|
|