diff options
Diffstat (limited to 'test/parallel/test-inspector-tracing-domain.js')
-rw-r--r-- | test/parallel/test-inspector-tracing-domain.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/parallel/test-inspector-tracing-domain.js b/test/parallel/test-inspector-tracing-domain.js index 7cbb432570..9c6fa471b5 100644 --- a/test/parallel/test-inspector-tracing-domain.js +++ b/test/parallel/test-inspector-tracing-domain.js @@ -65,6 +65,4 @@ async function test() { console.log('Success'); } -common.crashOnUnhandledRejection(); - test(); |