[Lldb-commits] [lldb] 779deb9 - [lldb][NativePDB] fix test load-pdb.cpp
Zequan Wu via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 26 17:13:01 PDT 2020
Author: Zequan Wu
Date: 2020-10-26T17:12:51-07:00
New Revision: 779deb9750a4853485ac7beca86f518b067ad6d6
URL: https://github.com/llvm/llvm-project/commit/779deb9750a4853485ac7beca86f518b067ad6d6
DIFF: https://github.com/llvm/llvm-project/commit/779deb9750a4853485ac7beca86f518b067ad6d6.diff
LOG: [lldb][NativePDB] fix test load-pdb.cpp
Added:
Modified:
lldb/test/Shell/SymbolFile/NativePDB/load-pdb.cpp
Removed:
################################################################################
diff --git a/lldb/test/Shell/SymbolFile/NativePDB/load-pdb.cpp b/lldb/test/Shell/SymbolFile/NativePDB/load-pdb.cpp
index c0584df59355..2ffcece075b0 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/load-pdb.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/load-pdb.cpp
@@ -20,13 +20,13 @@ int main(int argc, char** argv) {
}
// CHECK: (lldb) target symbols add {{.*}}bar.pdb
-// CHECK: symbol file '{{.*}}/bar.pdb' has been added to '{{.*}}/foo.exe'
+// CHECK: symbol file '{{.*}}bar.pdb' has been added to '{{.*}}foo.exe'
// CHECK: (lldb) b main
// CHECK: Breakpoint 1: where = foo.exe`main + 23 at load-pdb.cpp:19, address = 0x0000000140001017
// CHECK: (lldb) image dump symfile
// CHECK: Types:
// CHECK: {{.*}}: Type{0x00010024} , size = 0, compiler_type = {{.*}} int (int, char **)
// CHECK: Compile units:
-// CHECK: {{.*}}: CompileUnit{0x00000000}, language = "c++", file = '{{.*}}/load-pdb.cpp'
+// CHECK: {{.*}}: CompileUnit{0x00000000}, language = "c++", file = '{{.*}}load-pdb.cpp'
// CHECK: {{.*}}: Function{{{.*}}}, demangled = main, type = {{.*}}
// CHECK: {{.*}}: Block{{{.*}}}
More information about the lldb-commits
mailing list