For PR1338: Rename test dirs
[oota-llvm.git] / test / CFrontend / 2003-11-16-StaticArrayInit.c
diff --git a/test/CFrontend/2003-11-16-StaticArrayInit.c b/test/CFrontend/2003-11-16-StaticArrayInit.c
deleted file mode 100644 (file)
index 2b42e38..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
-
-void bar () {
- static char x[10];
- static char *xend = x + 10;
-}
-
-