summaryrefslogtreecommitdiff
path: root/release_23/test/CFrontend/2002-07-17-StringConstant.c
diff options
context:
space:
mode:
Diffstat (limited to 'release_23/test/CFrontend/2002-07-17-StringConstant.c')
-rw-r--r--release_23/test/CFrontend/2002-07-17-StringConstant.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/release_23/test/CFrontend/2002-07-17-StringConstant.c b/release_23/test/CFrontend/2002-07-17-StringConstant.c
deleted file mode 100644
index 8a392033f392..000000000000
--- a/release_23/test/CFrontend/2002-07-17-StringConstant.c
+++ /dev/null
@@ -1,4 +0,0 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
-
-
-char * foo() { return "\\begin{"; }