diff options
Diffstat (limited to 'clang/test/PCH/method_pool.m')
| -rw-r--r-- | clang/test/PCH/method_pool.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/PCH/method_pool.m b/clang/test/PCH/method_pool.m index 8dd7834f1da..3fe45a66a47 100644 --- a/clang/test/PCH/method_pool.m +++ b/clang/test/PCH/method_pool.m @@ -1,8 +1,8 @@ // Test this without pch. -// RUN: clang-cc -include %S/method_pool.h -fsyntax-only -verify %s && +// RUN: clang-cc -include %S/method_pool.h -fsyntax-only -verify %s // Test with pch. -// RUN: clang-cc -x=objective-c -emit-pch -o %t %S/method_pool.h && +// RUN: clang-cc -x=objective-c -emit-pch -o %t %S/method_pool.h // RUN: clang-cc -include-pch %t -fsyntax-only -verify %s int message_id(id x) { |

