diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-01-05 05:39:21 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-01-05 05:39:21 +0000 |
commit | c1520bbb3422ef0efa4df4317720f5e6f7715861 (patch) | |
tree | 3b6ea22ccb1e6080863a3860d2c2da90aee76d81 /clang/test/CodeGenCXX/debug-info-method.cpp | |
parent | 6f3ef2d70e8d360f695eb281672cc428f0de84dd (diff) | |
download | bcm5719-llvm-c1520bbb3422ef0efa4df4317720f5e6f7715861.tar.gz bcm5719-llvm-c1520bbb3422ef0efa4df4317720f5e6f7715861.zip |
FileCheck-ize test/CodeGenCXX/debug-info-method.cpp
llvm-svn: 171602
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-method.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-method.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-method.cpp b/clang/test/CodeGenCXX/debug-info-method.cpp index cb022bc52cd..13d03e999d6 100644 --- a/clang/test/CodeGenCXX/debug-info-method.cpp +++ b/clang/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(); |