diff options
-rw-r--r-- | test/CodeGenCXX/debug-info-method.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenCXX/debug-info-method.cpp b/test/CodeGenCXX/debug-info-method.cpp index 13d03e999d..5221e37210 100644 --- a/test/CodeGenCXX/debug-info-method.cpp +++ b/test/CodeGenCXX/debug-info-method.cpp @@ -1,5 +1,5 @@ -// RUN: %clang -fverbose-asm -g -S %s -o - | FileCheck %s -// CHECK: DW_ACCESS_protected +// RUN: %clang_cc1 -emit-llvm -g %s -o - | FileCheck %s +// CHECK: metadata !"_ZN1A3fooEv", {{.*}}, i32 258 class A { protected: int foo(); |