aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Sema/carbon-pth.c7
-rw-r--r--test/SemaCXX/carbon.cpp5
-rw-r--r--test/SemaObjC/cocoa-pth.m7
-rw-r--r--test/SemaObjCXX/cocoa.mm4
4 files changed, 0 insertions, 23 deletions
diff --git a/test/Sema/carbon-pth.c b/test/Sema/carbon-pth.c
deleted file mode 100644
index c956d2a7a1..0000000000
--- a/test/Sema/carbon-pth.c
+++ /dev/null
@@ -1,7 +0,0 @@
-// RUN: clang-cc -mcpu=pentium4 -emit-pth -o %t %s &&
-// RUN: clang-cc -mcpu=pentium4 -token-cache %t %s &&
-// RUN: clang-cc -mcpu=pentium4 -token-cache %t %s -E %s -o /dev/null
-#ifdef __APPLE__
-#include <Carbon/Carbon.h>
-#endif
-
diff --git a/test/SemaCXX/carbon.cpp b/test/SemaCXX/carbon.cpp
deleted file mode 100644
index 0e7570f335..0000000000
--- a/test/SemaCXX/carbon.cpp
+++ /dev/null
@@ -1,5 +0,0 @@
-// RUN: clang-cc -mcpu=pentium4 %s -fsyntax-only -print-stats
-#ifdef __APPLE__
-#include <Carbon/Carbon.h>
-#endif
-
diff --git a/test/SemaObjC/cocoa-pth.m b/test/SemaObjC/cocoa-pth.m
deleted file mode 100644
index dc806dfb7c..0000000000
--- a/test/SemaObjC/cocoa-pth.m
+++ /dev/null
@@ -1,7 +0,0 @@
-// RUN: clang-cc -mcpu=pentium4 -emit-pth -o %t %s &&
-// RUN: clang-cc -mcpu=pentium4 -token-cache %t %s &&
-// RUN: clang-cc -mcpu=pentium4 -token-cache %t %s -E %s -o /dev/null
-#ifdef __APPLE__
-#include <Cocoa/Cocoa.h>
-#endif
-
diff --git a/test/SemaObjCXX/cocoa.mm b/test/SemaObjCXX/cocoa.mm
deleted file mode 100644
index c061d4e096..0000000000
--- a/test/SemaObjCXX/cocoa.mm
+++ /dev/null
@@ -1,4 +0,0 @@
-// RUN: clang-cc -mcpu=pentium4 %s -print-stats
-#ifdef __APPLE__
-#include <Cocoa/Cocoa.h>
-#endif