Skip to content
Snippets Groups Projects
Commit 89899b17 authored by murgatroid99's avatar murgatroid99
Browse files

Removed another semicolon

parent fafeeb38
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,7 @@ def get_c_tests(travis, test_lang) : ...@@ -124,7 +124,7 @@ def get_c_tests(travis, test_lang) :
out = [] out = []
platforms_str = 'ci_platforms' if travis else 'platforms' platforms_str = 'ci_platforms' if travis else 'platforms'
with open('tools/run_tests/tests.json') as f: with open('tools/run_tests/tests.json') as f:
js = json.load(f); js = json.load(f)
binaries = [tgt binaries = [tgt
for tgt in js for tgt in js
if tgt['language'] == test_lang and if tgt['language'] == test_lang and
......
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