Skip to content

Commit a3f8359

Browse files
committed
[lldb][test] Fix NativePDB/inline_sites_live.cpp inlined frame format
Adjust after #135343
1 parent 63e2963 commit a3f8359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/Shell/SymbolFile/NativePDB/inline_sites_live.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ int main(int argc, char** argv) {
2323
}
2424

2525
// CHECK: * thread #1, {{.*}}stop reason = breakpoint 1
26-
// CHECK-NEXT: frame #0: {{.*}}`main [inlined] bar(param=2)
26+
// CHECK-NEXT: frame #0: {{.*}}`bar(param=2)
2727
// CHECK: (lldb) expression param
2828
// CHECK-NEXT: (int) $0 = 2
2929
// CHECK: * thread #1, {{.*}}stop reason = breakpoint 2
30-
// CHECK-NEXT: frame #0: {{.*}}`main [inlined] foo(param=1)
30+
// CHECK-NEXT: frame #0: {{.*}}`foo(param=1)
3131
// CHECK: (lldb) expression param
3232
// CHECK-NEXT: (int) $1 = 1
3333
// CHECK-NEXT: (lldb) expression local

0 commit comments

Comments
 (0)