Skip to content

Commit 3cf79d9

Browse files
committed
[lldb][test] Fix inline_sites_live.cpp Shell test on Linux remote
Test fails on https://lab.llvm.org/staging/#/builders/197/builds/76 because of a little difference in format of output.
1 parent 89aaf2c commit 3cf79d9

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ int main(int argc, char** argv) {
2222
foo(argc);
2323
}
2424

25-
// CHECK: * thread #1, stop reason = breakpoint 1
25+
// CHECK: * thread #1, {{.*}}stop reason = breakpoint 1
2626
// CHECK-NEXT: frame #0: {{.*}}`main [inlined] bar(param=2)
2727
// CHECK: (lldb) expression param
2828
// CHECK-NEXT: (int) $0 = 2
29-
// CHECK: * thread #1, stop reason = breakpoint 2
29+
// CHECK: * thread #1, {{.*}}stop reason = breakpoint 2
3030
// CHECK-NEXT: frame #0: {{.*}}`main [inlined] foo(param=1)
3131
// CHECK: (lldb) expression param
3232
// CHECK-NEXT: (int) $1 = 1

0 commit comments

Comments
 (0)