Index: test/mjsunit/es6/debug-promises-throw-in-constructor.js |
diff --git a/test/mjsunit/es6/debug-promises-throw-in-constructor.js b/test/mjsunit/es6/debug-promises-throw-in-constructor.js |
index d0267cefb52d940f57c2229af55c75ef69da6efc..e0ffcf70521b2237aeecf742cb22b17aef521660 100644 |
--- a/test/mjsunit/es6/debug-promises-throw-in-constructor.js |
+++ b/test/mjsunit/es6/debug-promises-throw-in-constructor.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 |
// an exception is thrown in the the Promise constructor. |