Index: test/mjsunit/es6/debug-promises/reject-caught-all.js |
diff --git a/test/mjsunit/es6/debug-promises/reject-caught-all.js b/test/mjsunit/es6/debug-promises/reject-caught-all.js |
index fd4770ebee0283ee60ae9d8c1a3dc9057fac2286..e1a653889d0238ec5ccd070828b9d754d1dd7087 100644 |
--- a/test/mjsunit/es6/debug-promises/reject-caught-all.js |
+++ b/test/mjsunit/es6/debug-promises/reject-caught-all.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 listen to all exceptions and |
// there is a catch handler for the to-be-rejected Promise. |