diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-04-18 18:45:36 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-04-18 18:45:36 +0000 |
| commit | a2ac7aab6ee2613e38308e5491b04a82069f5119 (patch) | |
| tree | ccc5be2e49ff3b95e91af0d847088a49018873f8 /clang/test/PCH/attrs.c | |
| parent | 07f62f1881b22fc9d3151cf277e33755c7baa4cd (diff) | |
| download | bcm5719-llvm-a2ac7aab6ee2613e38308e5491b04a82069f5119.tar.gz bcm5719-llvm-a2ac7aab6ee2613e38308e5491b04a82069f5119.zip | |
make sure to verify that the "non pch" runs worked.
llvm-svn: 69457
Diffstat (limited to 'clang/test/PCH/attrs.c')
| -rw-r--r-- | clang/test/PCH/attrs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/PCH/attrs.c b/clang/test/PCH/attrs.c index 57b92c035e1..1ffb467f63d 100644 --- a/clang/test/PCH/attrs.c +++ b/clang/test/PCH/attrs.c @@ -1,5 +1,5 @@ // Test this without pch. -// RUN: clang-cc -include %S/attrs.h -fsyntax-only -verify %s +// RUN: clang-cc -include %S/attrs.h -fsyntax-only -verify %s && // Test with pch. // RUN: clang-cc -emit-pch -o %t %S/attrs.h && |

