| Index: test/mjsunit/es6/debug-promises/throw-with-undefined-reject.js
|
| diff --git a/test/mjsunit/es6/debug-promises/throw-with-undefined-reject.js b/test/mjsunit/es6/debug-promises/throw-with-undefined-reject.js
|
| index b44d1eec8fceb73d7115dbbee587edd67f0a404e..69ee01ee41fd64d7ac7d1e765f8b96908630e8f4 100644
|
| --- a/test/mjsunit/es6/debug-promises/throw-with-undefined-reject.js
|
| +++ b/test/mjsunit/es6/debug-promises/throw-with-undefined-reject.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 an exception is thrown inside a Promise, which is
|
| // caught by a custom promise, which has no reject handler.
|
|
|