[cfe-commits] r171602 - /cfe/trunk/test/CodeGenCXX/debug-info-method.cpp

David Blaikie dblaikie at gmail.com
Fri Jan 4 21:39:21 PST 2013


Author: dblaikie
Date: Fri Jan  4 23:39:21 2013
New Revision: 171602

URL: http://llvm.org/viewvc/llvm-project?rev=171602&view=rev
Log:
FileCheck-ize test/CodeGenCXX/debug-info-method.cpp

Modified:
    cfe/trunk/test/CodeGenCXX/debug-info-method.cpp

Modified: cfe/trunk/test/CodeGenCXX/debug-info-method.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-method.cpp?rev=171602&r1=171601&r2=171602&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-method.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-method.cpp Fri Jan  4 23:39:21 2013
@@ -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();





More information about the cfe-commits mailing list