For PR1338: Rename test dirs
[oota-llvm.git] / test / CFrontend / 2007-08-21-ComplexCst.c
diff --git a/test/CFrontend/2007-08-21-ComplexCst.c b/test/CFrontend/2007-08-21-ComplexCst.c
deleted file mode 100644 (file)
index 7ddd87c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-// RUN: %llvmgcc -O2 -c %s -o /dev/null
-void f(_Complex float z);
-void g() { f(1.0i); }