Index: test/mjsunit/es6/debug-promises/reject-uncaught-uncaught.js |
diff --git a/test/mjsunit/es6/debug-promises/reject-uncaught-uncaught.js b/test/mjsunit/es6/debug-promises/reject-uncaught-uncaught.js |
index ac23b48b6f37b62b6873cb656513833ca3d7ab27..b542bc69dd55ac3f5f62d33d063a332bdc5b2fbb 100644 |
--- a/test/mjsunit/es6/debug-promises/reject-uncaught-uncaught.js |
+++ b/test/mjsunit/es6/debug-promises/reject-uncaught-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: --expose-debug-as debug --allow-natives-syntax |
+// Flags: --expose-debug-as debug --allow-natives-syntax --promise-extra |
// Test debug events when we only listen to uncaught exceptions and |
// there is no catch handler for the to-be-rejected Promise. |