[lldb][NativePDB] fix test load-pdb.cpp

This commit is contained in:
Zequan Wu 2020-10-26 11:37:56 -07:00
parent c8f84bd094
commit 4b83747ab1
1 changed files with 2 additions and 2 deletions

View File

@ -28,5 +28,5 @@ int main(int argc, char** argv) {
// CHECK: {{.*}}: Type{0x00010024} , size = 0, compiler_type = {{.*}} int (int, char **)
// CHECK: Compile units:
// CHECK: {{.*}}: CompileUnit{0x00000000}, language = "c++", file = '{{.*}}/load-pdb.cpp'
// CHECK: {{.*}}: Function{0x08400001}, demangled = main, type = {{.*}}
// CHECK: {{.*}}: Block{0x08400001}
// CHECK: {{.*}}: Function{{{.*}}}, demangled = main, type = {{.*}}
// CHECK: {{.*}}: Block{{{.*}}}