summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 3375ddc5f85..e2fd5375960 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -1254,7 +1254,6 @@ def getCommandLine(exe, config, options = "", interpreterOptions = "", cfgName =
output.write(" -f \""+ exe +"\" -- ")
elif config.lang == "js":
output.write(nodeCmd)
- output.write(" --harmony")
if interpreterOptions:
output.write(" " + interpreterOptions)
output.write(' "%s" ' % exe)