summaryrefslogtreecommitdiff
path: root/tools/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test.py')
-rwxr-xr-xtools/test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/test.py b/tools/test.py
index 0a2ca193d7..633c347e74 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -1588,7 +1588,6 @@ def Main():
if options.worker:
run_worker = join(workspace, "tools", "run-worker.js")
- options.node_args.append('--experimental-worker')
options.node_args.append(run_worker)
shell = abspath(options.shell)