diff options
Diffstat (limited to 'test/CodeGenCXX/field-access-debug-info.cpp')
-rw-r--r-- | test/CodeGenCXX/field-access-debug-info.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenCXX/field-access-debug-info.cpp b/test/CodeGenCXX/field-access-debug-info.cpp index aed4ee5..2b5b53d 100644 --- a/test/CodeGenCXX/field-access-debug-info.cpp +++ b/test/CodeGenCXX/field-access-debug-info.cpp @@ -1,7 +1,7 @@ // RUN: %clang -g -S -emit-llvm %s -o - | FileCheck %s -// CHECK: [ DW_TAG_member ] [p] [{{[^]]*}}] [from int] -// CHECK: [ DW_TAG_member ] [pr] [{{[^]]*}}] [private] [from int] +// CHECK: [ DW_TAG_member ] [p] [{{[^]]*}}] [public] [from int] +// CHECK: [ DW_TAG_member ] [pr] [{{[^]]*}}] [from int] class A { public: |