Skip to content

Commit

Permalink
[lldb][test] Fix inline_sites_live.cpp Shell test on Linux remote
Browse files Browse the repository at this point in the history
Test fails on https://lab.llvm.org/staging/#/builders/197/builds/76
because of a little difference in format of output.
  • Loading branch information
dzhidzhoev committed Nov 11, 2024
1 parent 89aaf2c commit 3cf79d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lldb/test/Shell/SymbolFile/NativePDB/inline_sites_live.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ int main(int argc, char** argv) {
foo(argc);
}

// CHECK: * thread #1, stop reason = breakpoint 1
// CHECK: * thread #1, {{.*}}stop reason = breakpoint 1
// CHECK-NEXT: frame #0: {{.*}}`main [inlined] bar(param=2)
// CHECK: (lldb) expression param
// CHECK-NEXT: (int) $0 = 2
// CHECK: * thread #1, stop reason = breakpoint 2
// CHECK: * thread #1, {{.*}}stop reason = breakpoint 2
// CHECK-NEXT: frame #0: {{.*}}`main [inlined] foo(param=1)
// CHECK: (lldb) expression param
// CHECK-NEXT: (int) $1 = 1
Expand Down

0 comments on commit 3cf79d9

Please sign in to comment.