resurrect lost tests by renaming them to not end with .tr
[oota-llvm.git] / test / CFrontend / 2003-12-14-ExternInlineSupport.c.tr
diff --git a/test/CFrontend/2003-12-14-ExternInlineSupport.c.tr b/test/CFrontend/2003-12-14-ExternInlineSupport.c.tr
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() {}