aboutsummaryrefslogtreecommitdiff
path: root/test/sequential/test-inspector.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-inspector.js')
-rw-r--r--test/sequential/test-inspector.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/sequential/test-inspector.js b/test/sequential/test-inspector.js
index 0a9b2ccd1a..ba1fce25a0 100644
--- a/test/sequential/test-inspector.js
+++ b/test/sequential/test-inspector.js
@@ -292,6 +292,4 @@ async function runTest() {
assert.strictEqual(55, (await child.expectShutdown()).exitCode);
}
-common.crashOnUnhandledRejection();
-
runTest();