Chromium Code Reviews| Index: test/mjsunit/wasm/ffi.js |
| diff --git a/test/mjsunit/wasm/ffi.js b/test/mjsunit/wasm/ffi.js |
| index 46fe7578f04ec084e6e7a64c6de78a7a54548376..3339542ef6ab56d2cd21f7725b19871c72389391 100644 |
| --- a/test/mjsunit/wasm/ffi.js |
| +++ b/test/mjsunit/wasm/ffi.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(func, check) { |