Index: test/debugger/debug/es6/debug-promises/reject-caught-all.js |
diff --git a/test/mjsunit/es6/debug-promises/reject-caught-all.js b/test/debugger/debug/es6/debug-promises/reject-caught-all.js |
similarity index 93% |
rename from test/mjsunit/es6/debug-promises/reject-caught-all.js |
rename to test/debugger/debug/es6/debug-promises/reject-caught-all.js |
index 8d348ce6b6896d41746c7b486479bfac7f61e610..9424ca76045b4e949464fabafc4eedb1ccc92246 100644 |
--- a/test/mjsunit/es6/debug-promises/reject-caught-all.js |
+++ b/test/debugger/debug/es6/debug-promises/reject-caught-all.js |
@@ -2,7 +2,6 @@ |
// 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 |
// Test debug events when we listen to all exceptions and |
// there is a catch handler for the to-be-rejected Promise. |
@@ -36,7 +35,6 @@ function listener(event, exec_state, event_data, data) { |
expected_events--; |
assertTrue(expected_events >= 0); |
assertEquals("reject", event_data.exception().message); |
- assertSame(q, event_data.promise()); |
assertFalse(event_data.uncaught()); |
} |
} catch (e) { |