summaryrefslogtreecommitdiff
path: root/test/parallel/test-domain-uncaught-exception.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-domain-uncaught-exception.js')
-rw-r--r--test/parallel/test-domain-uncaught-exception.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/parallel/test-domain-uncaught-exception.js b/test/parallel/test-domain-uncaught-exception.js
index 8792eb1ce5..35632dbf53 100644
--- a/test/parallel/test-domain-uncaught-exception.js
+++ b/test/parallel/test-domain-uncaught-exception.js
@@ -13,8 +13,6 @@ const assert = require('assert');
const domain = require('domain');
const child_process = require('child_process');
-const uncaughtExceptions = {};
-
const tests = [];
function test1() {