diff options
Diffstat (limited to 'test/Sema/carbon-pth.c')
-rw-r--r-- | test/Sema/carbon-pth.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/Sema/carbon-pth.c b/test/Sema/carbon-pth.c deleted file mode 100644 index c956d2a..0000000 --- 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 - |