resurrect lost tests by renaming them to not end with .tr
[oota-llvm.git] / test / C++Frontend / 2004-01-11-DynamicInitializedConstant.cpp.tr
diff --git a/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp.tr b/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp.tr
deleted file mode 100644 (file)
index 8ae15c9..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-// RUN: %llvmgcc -xc++ -S -o - %s | not grep { constant }
-
-extern int X;
-const int Y = X;
-const int* foo() { return &Y; }
-