From: Pedro Alves Date: Fri, 6 Jun 2014 14:52:24 +0000 (+0100) Subject: break-unload-file.exp: Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61c8d22ea32f86034340778f29c7fd9aaf144052;p=binutils-gdb.git break-unload-file.exp: Fix typo. s/is not pending/is pending/ gdb/testsuite/ 2014-06-06 Pedro Alves * gdb.base/break-unload-file.exp: Fix typo. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c513d0833be..933df0a1f2c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-06-06 Pedro Alves + + * gdb.base/break-unload-file.exp: Fix typo. + 2014-06-06 Yao Qi * gdb.base/jit.exp (one_jit_test): Restrict the pattern diff --git a/gdb/testsuite/gdb.base/break-unload-file.exp b/gdb/testsuite/gdb.base/break-unload-file.exp index 35c0f5fd23b..342bcf5348b 100644 --- a/gdb/testsuite/gdb.base/break-unload-file.exp +++ b/gdb/testsuite/gdb.base/break-unload-file.exp @@ -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