For PR1338: Rename test dirs
[oota-llvm.git] / test / CFrontend / 2003-12-14-ExternInlineSupport.c
diff --git a/test/CFrontend/2003-12-14-ExternInlineSupport.c b/test/CFrontend/2003-12-14-ExternInlineSupport.c
deleted file mode 100644 (file)
index fb92ec7..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
-
-extern __inline__ void dead_function() {}