diff options
author | Yuchen Zeng <zyc@google.com> | 2016-06-21 23:27:46 -0700 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2016-06-21 23:27:46 -0700 |
commit | f95a4898abd5888c34b31354cdbe9a909958aa08 (patch) | |
tree | 626196d0d2c289308987fbe33c72fe1bff7dd002 /tools | |
parent | caca0a15ded56b3732e0f67fe7d1507d9a7abf07 (diff) |
Fixed format issues
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/run_tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index 0d77f0dbf9..580afc32de 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -603,8 +603,8 @@ class ObjCLanguage(object): def test_specs(self): return [self.config.job_spec(['src/objective-c/tests/run_tests.sh'], None, environ=_FORCE_ENVIRON_FOR_WRAPPERS), - self.config.job_spec(['src/objective-c/tests/build_example_test.sh'], None, - environ=_FORCE_ENVIRON_FOR_WRAPPERS)] + self.config.job_spec(['src/objective-c/tests/build_example_test.sh'], + None, environ=_FORCE_ENVIRON_FOR_WRAPPERS)] def pre_build_steps(self): return [] |