aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-04-01 16:59:39 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-04-01 16:59:39 +0000
commit32c6093bc9d9d51d00d14b22e5a85f3070d2b900 (patch)
treea7f11e6e2d4817ac3aa4a01821aabc424d769bef
parent7e2e795b66ff46c34ba08acb53bc36269cfb509b (diff)
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
-rw-r--r--test/SemaObjC/cocoa.m3
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