Enhance -fsyntax-only test of Carbon.h to also include testing for PTH.

llvm-svn: 61958
This commit is contained in:
Ted Kremenek 2009-01-08 23:42:56 +00:00
parent 8598addcd7
commit 510b4da49d
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
// RUN: clang %s -fsyntax-only -print-stats
// RUN: clang %s -fsyntax-only -print-stats &&
// RUN: clang -x c-header -o %t %s && clang -token-cache %t %s
#ifdef __APPLE__
#include <Carbon/Carbon.h>
#endif