gdb/testsuite: fix typo gdb_name_name -> gdb_test_name
Spotted a small typo in gdb_breakpoint proc, we use $gdb_name_name instead of $gdb_test_name in one place. Fixed in this commit.
This commit is contained in:
parent
07c1c91de3
commit
f7c3b037c0
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ proc gdb_breakpoint { linespec args } {
|
|||
-re "$break_message \[0-9\]* \\(.*\\) pending.*$gdb_prompt $" {
|
||||
if {$pending_response == "n"} {
|
||||
if { $print_fail } {
|
||||
fail $gdb_name_name
|
||||
fail $gdb_test_name
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue