aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2014-06-06 15:52:24 +0100
committerPedro Alves <palves@redhat.com>2014-06-06 15:52:24 +0100
commit61c8d22ea32f86034340778f29c7fd9aaf144052 (patch)
tree1c399dfd7381dac4d417f83aaffc67e48e34f97c /gdb
parentd9a472877066d56b0546af71890bc92eef85df67 (diff)
downloadgdb-61c8d22ea32f86034340778f29c7fd9aaf144052.zip
gdb-61c8d22ea32f86034340778f29c7fd9aaf144052.tar.gz
gdb-61c8d22ea32f86034340778f29c7fd9aaf144052.tar.bz2
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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.base/break-unload-file.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index c513d08..933df0a 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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
diff --git a/gdb/testsuite/gdb.base/break-unload-file.exp b/gdb/testsuite/gdb.base/break-unload-file.exp
index 35c0f5f..342bcf5 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