Index: test/mjsunit/es6/debug-promises-caught-uncaught.js |
diff --git a/test/mjsunit/es6/debug-promises-caught-uncaught.js b/test/mjsunit/es6/debug-promises-caught-uncaught.js |
index 9620d31bddda93f0d4644e5b3c2bfc8925aca484..2d44d2b88c66dfed3895b52d0ce891f87a94a842 100644 |
--- a/test/mjsunit/es6/debug-promises-caught-uncaught.js |
+++ b/test/mjsunit/es6/debug-promises-caught-uncaught.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 and |
// there is a catch handler for the exception thrown in a Promise. |