summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2019-01-21 19:18:10 +0000
committerStephen Kelly <steveire@gmail.com>2019-01-21 19:18:10 +0000
commite29cec1fb4a359e5ac39bc472ad2e48aa4a97229 (patch)
treeaea6c19976ef574c3cd6203594bcefa61c5bcd72
parent389a65b0a5bd81de06ed452cfad903e879d0948c (diff)
Fix test after AST dump output change
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@351760 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 9cca29440..4a8caa7f8 100644
--- a/lit/SymbolFile/NativePDB/function-types-classes.cpp
+++ b/lit/SymbolFile/NativePDB/function-types-classes.cpp
@@ -134,7 +134,7 @@ auto incomplete = &three<Incomplete*, Incomplete**, const Incomplete*>;
// CHECK: |-VarDecl {{.*}} h 'TC<void> (*)(TC<int>, TC<TC<int>>, TC<A::B::S>)'
// CHECK: |-VarDecl {{.*}} i 'A::B::S (*)()'
// CHECK: |-CXXRecordDecl {{.*}} struct Incomplete
-// CHECK: |-VarDecl {{.*}} incomplete 'Incomplete *(*)(Incomplete **, const Incomplete *)'
+// CHECK: `-VarDecl {{.*}} incomplete 'Incomplete *(*)(Incomplete **, const Incomplete *)'
int main(int argc, char **argv) {
return 0;