aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-09-08 15:59:00 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-09-08 15:59:00 -0700
commitb6204f52cdb68d49b86972aa6f25173f5bfa5fcd (patch)
tree604d2092dd39da42e7155cdc21f6c53eefaf1edd
parentc3b4404b4ebc2052b2e173748a4aa893b616e077 (diff)
Add 'node6' to the other spot where it's needed in run_tests.py
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 2c3664eda5..5665954a82 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -938,7 +938,7 @@ argp.add_argument('--compiler',
'clang3.4', 'clang3.5', 'clang3.6', 'clang3.7',
'vs2010', 'vs2013', 'vs2015',
'python2.7', 'python3.4',
- 'node0.12', 'node4', 'node5',
+ 'node0.12', 'node4', 'node5', 'node6',
'coreclr'],
default='default',
help='Selects compiler to use. Allowed values depend on the platform and language.')