diff --git a/test/FrontendC/2009-02-27-CString.c b/test/FrontendC/2009-02-27-CString.c deleted file mode 100644 index 7a974eef347..00000000000 --- a/test/FrontendC/2009-02-27-CString.c +++ /dev/null @@ -1,11 +0,0 @@ -/* RUN: %llvmgcc %s -S -o - -emit-llvm | \ - RUN: egrep {CSTRING SECTION.\*section.\*__TEXT,.\*__cstring} - XFAIL: * - XTARGET: darwin - END. - Insure that stings go to the cstring section. This test is - intended solely for Darwin targets. - */ -char *foo() { - return "this string should go to the CSTRING SECTION"; -}