break-unload-file.exp: Fix typo.
s/is not pending/is pending/ gdb/testsuite/ 2014-06-06 Pedro Alves <palves@redhat.com> * gdb.base/break-unload-file.exp: Fix typo.
This commit is contained in:
parent
d9a4728770
commit
61c8d22ea3
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-06-06 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* gdb.base/break-unload-file.exp: Fix typo.
|
||||
|
||||
2014-06-06 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* gdb.base/jit.exp (one_jit_test): Restrict the pattern
|
||||
|
|
|
@ -89,7 +89,7 @@ proc test_break { always_inserted break_command } {
|
|||
}
|
||||
|
||||
gdb_test "info break" "y.*PENDING.*foo" \
|
||||
"breakpoint is not pending"
|
||||
"breakpoint is pending"
|
||||
|
||||
# Now delete the breakpoint from GDB's tables, to make sure
|
||||
# GDB doesn't reinsert it, masking the bug (with the bug, on
|
||||
|
|
Loading…
Reference in a new issue