From: Yaron Keren Date: Mon, 12 Jun 2017 18:29:37 +0000 (+0000) Subject: Address David Blaikie comment by replacing grep with FileCheck. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7b995835e1b852b8046c9b1dcd25e9dbee99b05;p=clang Address David Blaikie comment by replacing grep with FileCheck. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305215 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Misc/pr32207.c b/test/Misc/pr32207.c index 57b147d026..f738e41684 100644 --- a/test/Misc/pr32207.c +++ b/test/Misc/pr32207.c @@ -1,3 +1,4 @@ // test for r305179 -// RUN: %clang_cc1 -emit-llvm -O -mllvm -print-after-all %s -o %t 2>&1 | grep '*** IR Dump After Function Integration/Inlining ***' +// RUN: %clang_cc1 -emit-llvm -O -mllvm -print-after-all %s -o %t 2>&1 | FileCheck %s +// CHECK: *** IR Dump After Function Integration/Inlining *** void foo() {}