| Index: test/mjsunit/wasm/ffi-error.js
|
| diff --git a/test/mjsunit/wasm/ffi-error.js b/test/mjsunit/wasm/ffi-error.js
|
| index 06a697278ef6a501b619bd13a01734aeb3a26828..5e3eeebe4e06951bfa2aef51b2c28399e8e25290 100644
|
| --- a/test/mjsunit/wasm/ffi-error.js
|
| +++ b/test/mjsunit/wasm/ffi-error.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");
|
|
|
| function testCallFFI(ffi) {
|
|
|