소스 검색

Fixed format issues

Yuchen Zeng 9 년 전
부모
커밋
f95a4898ab
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      src/objective-c/tests/build_example_test.sh
  2. 1 1
      src/objective-c/tests/build_one_example.sh
  3. 2 2
      tools/run_tests/run_tests.py

+ 1 - 1
src/objective-c/tests/build_example_test.sh

@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 2015, Google Inc.
+# Copyright 2016, Google Inc.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

+ 1 - 1
src/objective-c/tests/build_one_example.sh

@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 2015, Google Inc.
+# Copyright 2016, Google Inc.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

+ 2 - 2
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 []