summaryrefslogtreecommitdiff
path: root/test/sequential/test-inspector-stop-profile-after-done.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-inspector-stop-profile-after-done.js')
-rw-r--r--test/sequential/test-inspector-stop-profile-after-done.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sequential/test-inspector-stop-profile-after-done.js b/test/sequential/test-inspector-stop-profile-after-done.js
index 678f98a556..cde1a02560 100644
--- a/test/sequential/test-inspector-stop-profile-after-done.js
+++ b/test/sequential/test-inspector-stop-profile-after-done.js
@@ -28,5 +28,4 @@ async function runTests() {
assert.strictEqual((await child.expectShutdown()).exitCode, 0);
}
-common.crashOnUnhandledRejection();
runTests();