| Index: test/mjsunit/wasm/indirect-calls.js
|
| diff --git a/test/mjsunit/wasm/indirect-calls.js b/test/mjsunit/wasm/indirect-calls.js
|
| index 948504cc51e773731cad2d4c77ae4e1ef83eed8e..1d35e31a8f2dae6a179090fc39f4ec45df7b248f 100644
|
| --- a/test/mjsunit/wasm/indirect-calls.js
|
| +++ b/test/mjsunit/wasm/indirect-calls.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 module = (function () {
|
|
|