diff options
-rw-r--r-- | lldb/lit/SymbolFile/NativePDB/function-types-classes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lit/SymbolFile/NativePDB/function-types-classes.cpp b/lldb/lit/SymbolFile/NativePDB/function-types-classes.cpp index 211a6b7bff4..9cca2944097 100644 --- a/lldb/lit/SymbolFile/NativePDB/function-types-classes.cpp +++ b/lldb/lit/SymbolFile/NativePDB/function-types-classes.cpp @@ -121,7 +121,7 @@ auto incomplete = &three<Incomplete*, Incomplete**, const Incomplete*>; // CHECK: | `-CXXRecordDecl {{.*}} struct S // CHECK: |-NamespaceDecl {{.*}} A // CHECK: | |-CXXRecordDecl {{.*}} struct C -// CHECK: | | |-CXXRecordDecl {{.*}} struct S +// CHECK: | | `-CXXRecordDecl {{.*}} struct S // CHECK: | `-NamespaceDecl {{.*}} B // CHECK: | `-CXXRecordDecl {{.*}} struct S // CHECK: |-VarDecl {{.*}} e 'A::B::S *(*)(B::A::S *, A::C::S &)'
|