Index: test/mjsunit/regress/regress-618657.js |
diff --git a/test/mjsunit/regress/regress-618657.js b/test/mjsunit/regress/regress-618657.js |
index cdec212fe7bde03475b33d6910567fd7fde46aa7..170e23501476f89763476cc6df95406b965ebf64 100644 |
--- a/test/mjsunit/regress/regress-618657.js |
+++ b/test/mjsunit/regress/regress-618657.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: --ignition |
+// Flags: --ignition --ignition-filter=-foo |
function* foo() { yield 42 } |
function* goo() { yield 42 } |