Index: test/mjsunit/debug-generator-break.js |
diff --git a/test/mjsunit/debug-generator-break.js b/test/mjsunit/debug-generator-break.js |
index 34ed82c3764cb4a39a6e7b555665648abdec7724..4ab601bbf32ff5c4f2f8816c5c0254b2e8bd2ddb 100644 |
--- a/test/mjsunit/debug-generator-break.js |
+++ b/test/mjsunit/debug-generator-break.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-debug-as debug |
+// Flags: --expose-debug-as debug --ignition-generators |
Yang
2016/06/08 11:36:55
Does this mean we are losing coverage for old-styl
|
var Debug = debug.Debug; |