diff options
-rw-r--r-- | clang/test/Misc/pr32207.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/Misc/pr32207.c b/clang/test/Misc/pr32207.c index 57b147d0261..f738e41684c 100644 --- a/clang/test/Misc/pr32207.c +++ b/clang/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() {} |