Index: test/mjsunit/wasm/verify-function-basic-errors.js |
diff --git a/test/mjsunit/wasm/verify-function-basic-errors.js b/test/mjsunit/wasm/verify-function-basic-errors.js |
index e5e019fa12fb267943431671b554fafd5ee4b171..cc2e306cbec47f443b4de0fb5f1b19e3b95985d4 100644 |
--- a/test/mjsunit/wasm/verify-function-basic-errors.js |
+++ b/test/mjsunit/wasm/verify-function-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.verifyFunction(); }) |