summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2019-01-21 09:54:31 +0000
committerStephen Kelly <steveire@gmail.com>2019-01-21 09:54:31 +0000
commit389a65b0a5bd81de06ed452cfad903e879d0948c (patch)
tree75bea3af3fd3406dde73cdabd70c3b4fb638c268
parent770fe10115e3ae64f3cbd94efe60cf87797c7654 (diff)
Fix test after AST dump output change
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@351733 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lit/SymbolFile/NativePDB/function-types-classes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lit/SymbolFile/NativePDB/function-types-classes.cpp b/lit/SymbolFile/NativePDB/function-types-classes.cpp
index 211a6b7bf..9cca29440 100644
--- a/lit/SymbolFile/NativePDB/function-types-classes.cpp
+++ b/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 &)'