Skip to content
Snippets Groups Projects
Commit 5a3f8621 authored by murgatroid99's avatar murgatroid99
Browse files

Add missing comma in run_tests.py

parent 5b36156d
No related branches found
No related tags found
No related merge requests found
......@@ -933,7 +933,7 @@ argp.add_argument('--compiler',
'clang3.4', 'clang3.5', 'clang3.6', 'clang3.7',
'vs2010', 'vs2013', 'vs2015',
'python2.7', 'python3.4',
'node0.12', 'node4', 'node5', 'node6', 'node7'
'node0.12', 'node4', 'node5', 'node6', 'node7',
'coreclr'],
default='default',
help='Selects compiler to use. Allowed values depend on the platform and language.')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment