diff options
Diffstat (limited to 'clang/test/PCH/variables.c')
| -rw-r--r-- | clang/test/PCH/variables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/PCH/variables.c b/clang/test/PCH/variables.c index afd45461d0c..18eae60f7b2 100644 --- a/clang/test/PCH/variables.c +++ b/clang/test/PCH/variables.c @@ -1,5 +1,5 @@ // 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 && |

