Fix date :)
[oota-llvm.git] / test / CFrontend / 2007-04-14-FNoBuiltin.c
index 454396b22a73581f3816b8e54aaf570cb09e6a8a..88bf0e014309067d9717674385877304cecc4316 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S %s -O2 -fno-builtin -o - | llvm-as -f | llc | grep -v puts
+// RUN: %llvmgcc -S %s -O2 -fno-builtin -o - | grep call.*printf
 // Check that -fno-builtin is honored.
 
 extern int printf(const char*, ...);