summaryrefslogtreecommitdiff
path: root/test/parallel/test-worker-uncaught-exception-async.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-worker-uncaught-exception-async.js')
-rw-r--r--test/parallel/test-worker-uncaught-exception-async.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-worker-uncaught-exception-async.js b/test/parallel/test-worker-uncaught-exception-async.js
index 9ad4aace23..8126c89192 100644
--- a/test/parallel/test-worker-uncaught-exception-async.js
+++ b/test/parallel/test-worker-uncaught-exception-async.js
@@ -1,4 +1,3 @@
-// Flags: --experimental-worker
'use strict';
const common = require('../common');
const assert = require('assert');