| Index: test/mjsunit/wasm/divrem-trap.js
|
| diff --git a/test/mjsunit/wasm/divrem-trap.js b/test/mjsunit/wasm/divrem-trap.js
|
| index 55352ab510cd03439185eeeea5457e75ef061e1b..8159a1d4b6667e7b6503e7d237f10dbfd9abaf3a 100644
|
| --- a/test/mjsunit/wasm/divrem-trap.js
|
| +++ b/test/mjsunit/wasm/divrem-trap.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --expose-gc --allow-natives-syntax
|
| +// Flags: --expose-wasm --expose-gc --allow-natives-syntax
|
|
|
| load("test/mjsunit/wasm/wasm-constants.js");
|
|
|
|
|