Ted & I crossed paths here, these tests are in cocoa-pth.m now.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68215 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/SemaObjC/cocoa.m b/test/SemaObjC/cocoa.m
index 0064094..11c0bb5 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