Test that a call to a trampoline is turned into a call to
[oota-llvm.git] / test / C++Frontend / 2004-01-11-DynamicInitializedConstant.cpp.tr
index 03fead23f2f7a0e6ae52f83cf0494d645b35e49c..8ae15c9592b1f36fc5a4e9924c843d63657aea02 100644 (file)
@@ -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;