From 42368b5f28186cf44bee8308164fef4fcd564f72 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Sat, 5 Jan 2013 05:39:21 +0000 Subject: [PATCH] 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 --- test/CodeGenCXX/debug-info-method.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- 2.40.0