Index: test/mjsunit/es6/debug-promises/reject-after-resolve.js |
diff --git a/test/mjsunit/es6/debug-promises/reject-after-resolve.js b/test/mjsunit/es6/debug-promises/reject-after-resolve.js |
index ed4b2c435e226b95ade3cfce05b1a8a914e06653..a0036cfd0f3d030e8b9292f16f44ced369c51a3b 100644 |
--- a/test/mjsunit/es6/debug-promises/reject-after-resolve.js |
+++ b/test/mjsunit/es6/debug-promises/reject-after-resolve.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 --allow-natives-syntax --promise-extra |
+// Flags: --expose-debug-as debug --allow-natives-syntax |
// Test debug events when we listen to uncaught exceptions and |
// the Promise is rejected in a chained closure after it has been resolved. |