Index: test/mjsunit/es6/debug-promises-caught-late.js |
diff --git a/test/mjsunit/es6/debug-promises-caught-late.js b/test/mjsunit/es6/debug-promises-caught-late.js |
index 66e073d4a3cc5e5888d73fef51b73984c72886c9..c6e66963aef75b7cf74c68adebcb3aa72030def5 100644 |
--- a/test/mjsunit/es6/debug-promises-caught-late.js |
+++ b/test/mjsunit/es6/debug-promises-caught-late.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: --harmony-promises --expose-debug-as debug |
+// Flags: --expose-debug-as debug |
// Test debug events when we only listen to uncaught exceptions, the Promise |
// throws, and a catch handler is installed right before throwing. |