For PR1338: Rename test dirs
[oota-llvm.git] / test / CFrontend / 2008-01-11-ChainConsistency.c
diff --git a/test/CFrontend/2008-01-11-ChainConsistency.c b/test/CFrontend/2008-01-11-ChainConsistency.c
deleted file mode 100644 (file)
index 13e48a3..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-// RUN: %llvmgcc -S %s -o - -fnested-functions | not grep nest
-
-void n1(void) { void a(void) { a(); } a(); }