From 89899b1708503fa79bdb2f488e4ce540e348aece Mon Sep 17 00:00:00 2001
From: murgatroid99 <mlumish@google.com>
Date: Tue, 22 Sep 2015 09:14:48 -0700
Subject: [PATCH] Removed another semicolon

---
 tools/run_tests/run_tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 7d3eade262..f4bdddb325 100755
--- a/tools/run_tests/run_tests.py
+++ b/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
-- 
GitLab