From a156ee118b3de6d613b316e2718ac0b7880b281a Mon Sep 17 00:00:00 2001
From: Dale Johannesen <dalej@apple.com>
Date: Sun, 15 Apr 2007 02:40:12 +0000
Subject: adjust per review comments

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36041 91177308-0d34-0410-b5e6-96231b3b80d8
---
 test/CFrontend/2007-04-14-FNoBuiltin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'test/CFrontend')

diff --git a/test/CFrontend/2007-04-14-FNoBuiltin.c b/test/CFrontend/2007-04-14-FNoBuiltin.c
index 454396b..88bf0e0 100644
--- a/test/CFrontend/2007-04-14-FNoBuiltin.c
+++ b/test/CFrontend/2007-04-14-FNoBuiltin.c
@@ -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*, ...);
-- 
cgit v1.1