diff options
author | Stephen Kelly <steveire@gmail.com> | 2019-01-20 22:56:02 +0000 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2019-01-20 22:56:02 +0000 |
commit | 7334d240b1c112e2a68d6e357e0b1963d4a4f5a1 (patch) | |
tree | fe8545354dfc33907db0dd3c29c5a49e994067db /lldb/lit/SymbolFile/NativePDB/ast-functions.cpp | |
parent | f81edba34ddf2e70300baa227b136dcdb8aecb6e (diff) | |
download | bcm5719-llvm-7334d240b1c112e2a68d6e357e0b1963d4a4f5a1.tar.gz bcm5719-llvm-7334d240b1c112e2a68d6e357e0b1963d4a4f5a1.zip |
Try to port tests to AST dump changes
llvm-svn: 351703
Diffstat (limited to 'lldb/lit/SymbolFile/NativePDB/ast-functions.cpp')
-rw-r--r-- | lldb/lit/SymbolFile/NativePDB/ast-functions.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lldb/lit/SymbolFile/NativePDB/ast-functions.cpp b/lldb/lit/SymbolFile/NativePDB/ast-functions.cpp index 05c80c7298f..1cfd01f13c1 100644 --- a/lldb/lit/SymbolFile/NativePDB/ast-functions.cpp +++ b/lldb/lit/SymbolFile/NativePDB/ast-functions.cpp @@ -23,7 +23,6 @@ int main(int argc, char **argv) { // CHECK-NEXT: | |-ParmVarDecl {{.*}} argc 'int' // CHECK-NEXT: | `-ParmVarDecl {{.*}} argv 'char **' // CHECK-NEXT: |-FunctionDecl {{.*}} static_fn 'int ()' static -// CHECK-NEXT: |-FunctionDecl {{.*}} varargs_fn 'int (int, int, ...)' -// CHECK-NEXT: | |-ParmVarDecl {{.*}} x 'int' -// CHECK-NEXT: | `-ParmVarDecl {{.*}} y 'int' -// CHECK-NEXT: `-<undeserialized declarations> +// CHECK-NEXT: `-FunctionDecl {{.*}} varargs_fn 'int (int, int, ...)' +// CHECK-NEXT: |-ParmVarDecl {{.*}} x 'int' +// CHECK-NEXT: `-ParmVarDecl {{.*}} y 'int' |