pull/2800/head
Craig Tiller 9 years ago
parent d50993d49b
commit 9429b619d9
  1. 2
      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 = []

Loading…
Cancel
Save