For PR1319: Upgrade to new test harness.

llvm-svn: 36084
diff --git a/llvm/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp.tr b/llvm/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp.tr
index 03fead2..8ae15c9 100644
--- a/llvm/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp.tr
+++ b/llvm/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp.tr
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -xc++ -S -o - %s | not grep ' constant '
+// RUN: %llvmgcc -xc++ -S -o - %s | not grep { constant }
 
 extern int X;
 const int Y = X;