From: David Blaikie Date: Sat, 5 Jan 2013 05:39:21 +0000 (+0000) Subject: FileCheck-ize test/CodeGenCXX/debug-info-method.cpp X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42368b5f28186cf44bee8308164fef4fcd564f72;p=clang FileCheck-ize test/CodeGenCXX/debug-info-method.cpp git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171602 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/debug-info-method.cpp b/test/CodeGenCXX/debug-info-method.cpp index cb022bc52c..13d03e999d 100644 --- a/test/CodeGenCXX/debug-info-method.cpp +++ b/test/CodeGenCXX/debug-info-method.cpp @@ -1,4 +1,5 @@ -// RUN: %clang -fverbose-asm -g -S %s -o - | grep DW_ACCESS_protected +// RUN: %clang -fverbose-asm -g -S %s -o - | FileCheck %s +// CHECK: DW_ACCESS_protected class A { protected: int foo();