aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-08-05 08:06:37 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-08-05 08:06:37 -0700
commit9429b619d9bf0230b20e3619feae9c52c3881c3f (patch)
tree794c476dfef5627b52d3e55b82e9ee2f8547adf0 /tools
parentd50993d49ba02681eb65af9533722c448a359a78 (diff)
Fix typo
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index df201c409e..5106fb70d1 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -126,7 +126,7 @@ class CLanguage(object):
self.binaries = [tgt
for tgt in js
if tgt['language'] == test_lang and
- plat in tgt['platforms']]
+ platform_string() in tgt['platforms']]
def test_specs(self, config, travis):
out = []