forked from OSchip/llvm-project
Temporarily revert r61956 and r61957 (PTH tests failing).
llvm-svn: 61960
This commit is contained in:
parent
68b135cc9c
commit
cb5a95f3a4
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue