Skip to content
Snippets Groups Projects
Commit c3a062db authored by Nicolas Noble's avatar Nicolas Noble Committed by GitHub
Browse files

Merge pull request #8005 from murgatroid99/run_tests_node_6_v1.0

Add Node 6 to the list of recognized compilers in run_tests.py
parents 51d05b29 64853935
No related branches found
No related tags found
No related merge requests found
...@@ -297,7 +297,7 @@ class NodeLanguage(object): ...@@ -297,7 +297,7 @@ class NodeLanguage(object):
self.config = config self.config = config
self.args = args self.args = args
_check_compiler(self.args.compiler, ['default', 'node0.12', _check_compiler(self.args.compiler, ['default', 'node0.12',
'node4', 'node5']) 'node4', 'node5', 'node6'])
if self.args.compiler == 'default': if self.args.compiler == 'default':
self.node_version = '4' self.node_version = '4'
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment