Index: test/mjsunit/wasm/verify-module-basic-errors.js |
diff --git a/test/mjsunit/wasm/verify-module-basic-errors.js b/test/mjsunit/wasm/verify-module-basic-errors.js |
index b795165fd57ea31cbdb4fa0ef75b2eaa0bdd57ba..92b056c9bb7ef9d45b17554c330024f972591777 100644 |
--- a/test/mjsunit/wasm/verify-module-basic-errors.js |
+++ b/test/mjsunit/wasm/verify-module-basic-errors.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 |
+ |
function Foo() { } |
assertThrows(function() { WASM.verifyModule(); }) |