Browse Source

Removed another semicolon

murgatroid99 10 years ago
parent
commit
89899b1708
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/run_tests/run_tests.py

+ 1 - 1
tools/run_tests/run_tests.py

@@ -124,7 +124,7 @@ def get_c_tests(travis, test_lang) :
   out = []
   platforms_str = 'ci_platforms' if travis else 'platforms'
   with open('tools/run_tests/tests.json') as f:
-    js = json.load(f);
+    js = json.load(f)
     binaries = [tgt
                 for tgt in js
                 if tgt['language'] == test_lang and