aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-01-05 05:39:21 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-01-05 05:39:21 +0000
commit42368b5f28186cf44bee8308164fef4fcd564f72 (patch)
tree3c29bb4eceb88ac667007d7450795420ef70758b
parent390a70f718871933cbfd751f8c3dfde28a762a18 (diff)
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
-rw-r--r--test/CodeGenCXX/debug-info-method.cpp3
1 files changed, 2 insertions, 1 deletions
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();