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();


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to