Index: test/mjsunit/es6/debug-promises/reject-caught-uncaught.js |
diff --git a/test/mjsunit/es6/debug-promises/reject-caught-uncaught.js b/test/mjsunit/es6/debug-promises/reject-caught-uncaught.js |
index d3fd9f3ae7add60586e810982d5881908d4312ae..afb46fea8f6471ee926089a09887a22ae20a1b8d 100644 |
--- a/test/mjsunit/es6/debug-promises/reject-caught-uncaught.js |
+++ b/test/mjsunit/es6/debug-promises/reject-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: --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 a catch handler for the to-be-rejected Promise. |