aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/FrontendC/2009-02-27-CString.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/FrontendC/2009-02-27-CString.c b/test/FrontendC/2009-02-27-CString.c
deleted file mode 100644
index 7a974eef34..0000000000
--- 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";
-}