Temporarily revert r61956 and r61957 (PTH tests failing).

llvm-svn: 61960
This commit is contained in:
Ted Kremenek 2009-01-09 00:27:29 +00:00
parent 68b135cc9c
commit cb5a95f3a4
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
// 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__ #ifdef __APPLE__
#include <Carbon/Carbon.h> #include <Carbon/Carbon.h>
#endif #endif

View File

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