Skip to content

Commit a8138c3

Browse files
committed
[lldb] Fix inline_sites.test
Fixes `lldb/test/Shell/SymbolFile/NativePDB/inline_sites.test` to use the correct line number now that f2f36c9 is causing the inline call site info to be taken into account.
1 parent e75ecaa commit a8138c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SymbolFile/NativePDB/inline_sites.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# CHECK-NEXT: 0x000000014000103d: /tmp/a.cpp:4
2424
# CHECK-NEXT: 0x000000014000103f: /tmp/a.h:20
2525
# CHECK-NEXT: 0x0000000140001044: /tmp/a.h:8
26-
# CHECK-NEXT: 0x0000000140001046: /tmp/a.cpp:4, is_terminal_entry = TRUE
26+
# CHECK-NEXT: 0x0000000140001046: /tmp/a.cpp:3, is_terminal_entry = TRUE
2727

2828
#CHECK: (lldb) b a.h:5
2929
#CHECK: Breakpoint 1: where = {{.*}}`main + 4 [inlined] Namespace1::foo at a.h:5, address = 0x0000000140001004

0 commit comments

Comments
 (0)