diff options
Diffstat (limited to 'test/PCH/variables.c')
| -rw-r--r-- | test/PCH/variables.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/PCH/variables.c b/test/PCH/variables.c index c988a59ce6051..f79b68483fd99 100644 --- a/test/PCH/variables.c +++ b/test/PCH/variables.c @@ -1,8 +1,8 @@ // Test this without pch. -// RUN: clang-cc -include %S/variables.h -fsyntax-only -verify %s && +// RUN: clang-cc -include %S/variables.h -fsyntax-only -verify %s // Test with pch. -// RUN: clang-cc -emit-pch -o %t %S/variables.h && +// RUN: clang-cc -emit-pch -o %t %S/variables.h // RUN: clang-cc -include-pch %t -fsyntax-only -verify %s int *ip2 = &x; |
