Index: test/debugger/debug/es6/debug-promises/throw-uncaught-uncaught.js |
diff --git a/test/debugger/debug/es6/debug-promises/throw-uncaught-uncaught.js b/test/debugger/debug/es6/debug-promises/throw-uncaught-uncaught.js |
index fba51ee6a24c882771447ca52771f18cfc64f8a5..abdc267ac5d4e53f8034bbd576b49abcaf2d2843 100644 |
--- a/test/debugger/debug/es6/debug-promises/throw-uncaught-uncaught.js |
+++ b/test/debugger/debug/es6/debug-promises/throw-uncaught-uncaught.js |
@@ -24,7 +24,6 @@ var q = p.then( |
}); |
function listener(event, exec_state, event_data, data) { |
- if (event == Debug.DebugEvent.AsyncTaskEvent) return; |
try { |
if (event == Debug.DebugEvent.Exception) { |
expected_events--; |