diff options
Diffstat (limited to 'gdb/testsuite/gdb.mi/user-selected-context-sync.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/user-selected-context-sync.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/user-selected-context-sync.exp b/gdb/testsuite/gdb.mi/user-selected-context-sync.exp index ef94775..6b6ec2d 100644 --- a/gdb/testsuite/gdb.mi/user-selected-context-sync.exp +++ b/gdb/testsuite/gdb.mi/user-selected-context-sync.exp @@ -409,7 +409,7 @@ proc_with_prefix test_setup { mode } { # Add the second inferior now. While this is not mandatory, it allows # us to assume that per-inferior thread numbering will be used, # simplifying test_continue_to_start a bit (Thread 1.2 and not Thread 2). - gdb_test "add-inferior" "Added inferior 2" "Add inferior 2" + gdb_test "add-inferior" "Added inferior 2" "add inferior 2" # Prepare the first inferior for the test. test_continue_to_start $mode 1 |