| Index: test/mjsunit/wasm/unreachable.js
|
| diff --git a/test/mjsunit/wasm/unreachable.js b/test/mjsunit/wasm/unreachable.js
|
| index c84a7bbd5944a8e43d19bbc2ba28a1ddfcc7bc58..8d698cae9cc7f865b44668f49e992c1f03625c75 100644
|
| --- a/test/mjsunit/wasm/unreachable.js
|
| +++ b/test/mjsunit/wasm/unreachable.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 () {
|
|
|