Test that a call to a trampoline is turned into a call to
[oota-llvm.git] / test / C++Frontend / 2007-03-27-FunctionVarRename.cpp
index ca68af1d57f0c59a1aa184dbb99e2c48e7bd14f9..538d6df1813cc8352a40cb9795b31c5872686511 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %llvmgxx %s -emit-llvm -S -o - | not grep 'eprintf1' &&
-// RUN: %llvmgxx %s -emit-llvm -S -o - | grep 'eprintf'
+// RUN: %llvmgxx %s -emit-llvm -S -o - | not grep eprintf1
+// RUN: %llvmgxx %s -emit-llvm -S -o - | grep eprintf
 
 // Only one eprintf should exist in the output