summaryrefslogtreecommitdiff
path: root/test/sequential/test-inspector-contexts.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-inspector-contexts.js')
-rw-r--r--test/sequential/test-inspector-contexts.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sequential/test-inspector-contexts.js b/test/sequential/test-inspector-contexts.js
index fb59e9dee1..d2285e8253 100644
--- a/test/sequential/test-inspector-contexts.js
+++ b/test/sequential/test-inspector-contexts.js
@@ -151,5 +151,4 @@ async function testBreakpointHit() {
await pausedPromise;
}
-common.crashOnUnhandledRejection();
testContextCreatedAndDestroyed().then(testBreakpointHit);