Skip to content

Commit 1459c62

Browse files
committed
[lldb][PDB] Fix message order in test case
Launch/stopped ordering was fixed by bd8f106 but the Windows on Arm bot wasn't running at the time it landed.
1 parent b31cd07 commit 1459c62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/Shell/SymbolFile/NativePDB/local-variables.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ int main(int argc, char **argv) {
2525
// CHECK-NEXT: (lldb) break set -f local-variables.cpp -l 17
2626
// CHECK-NEXT: Breakpoint 1: where = local-variables.cpp.tmp.exe`main + {{.*}} at local-variables.cpp:{{.*}}, address = {{.*}}
2727
// CHECK-NEXT: (lldb) run a b c d e f g
28+
// CHECK-NEXT: Process {{.*}} launched: '{{.*}}local-variables.cpp.tmp.exe'
2829
// CHECK-NEXT: Process {{.*}} stopped
2930
// CHECK-NEXT: * thread #1, stop reason = breakpoint 1.1
3031
// CHECK-NEXT: frame #0: {{.*}} local-variables.cpp.tmp.exe`main(argc=8, argv={{.*}}) at local-variables.cpp:{{.*}}
@@ -36,8 +37,7 @@ int main(int argc, char **argv) {
3637
// CHECK-NEXT: 19 }
3738
// CHECK-NEXT: 20
3839

39-
// CHECK: Process {{.*}} launched: '{{.*}}local-variables.cpp.tmp.exe'
40-
// CHECK-NEXT: (lldb) expression argc
40+
// CHECK: (lldb) expression argc
4141
// CHECK-NEXT: (int) $0 = 8
4242
// CHECK-NEXT: (lldb) step
4343
// CHECK-NEXT: Process {{.*}} stopped

0 commit comments

Comments
 (0)