diff options
Diffstat (limited to 'clang/test/PCH/exprs.c')
| -rw-r--r-- | clang/test/PCH/exprs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/PCH/exprs.c b/clang/test/PCH/exprs.c index ced6d178b4e..c8e6d1dc303 100644 --- a/clang/test/PCH/exprs.c +++ b/clang/test/PCH/exprs.c @@ -1,5 +1,5 @@ // Test this without pch. -// RUN: clang-cc -fblocks -include %S/exprs.h -fsyntax-only -verify %s +// RUN: clang-cc -fblocks -include %S/exprs.h -fsyntax-only -verify %s && // Test with pch. // RUN: clang-cc -emit-pch -fblocks -o %t %S/exprs.h && |

