diff options
-rw-r--r-- | test/SemaObjC/cocoa.m | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/SemaObjC/cocoa.m b/test/SemaObjC/cocoa.m index 0064094411..11c0bb5904 100644 --- a/test/SemaObjC/cocoa.m +++ b/test/SemaObjC/cocoa.m @@ -1,8 +1,5 @@ // RUN: clang-cc %s -print-stats && // RUN: clang-cc %s -disable-free && -// RUN: clang-cc -emit-pth -o %t %s && -// RUN: clang-cc -token-cache %t %s && -// RUN: clang-cc -token-cache %t %s -E %s -o /dev/null #ifdef __APPLE__ #include <Cocoa/Cocoa.h> #endif |