]> granicus.if.org Git - clang/commitdiff
FileCheck-ize test/CodeGenCXX/debug-info-method.cpp
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 5 Jan 2013 05:39:21 +0000 (05:39 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 5 Jan 2013 05:39:21 +0000 (05:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171602 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-method.cpp

index cb022bc52cd343970d3de627d572dec12c578446..13d03e999d639456d48d74276a90ee4fe206e14c 100644 (file)
@@ -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();