break-unload-file.exp: Fix typo.
authorPedro Alves <palves@redhat.com>
Fri, 6 Jun 2014 14:52:24 +0000 (15:52 +0100)
committerPedro Alves <palves@redhat.com>
Fri, 6 Jun 2014 14:52:24 +0000 (15:52 +0100)
s/is not pending/is pending/

gdb/testsuite/
2014-06-06  Pedro Alves  <palves@redhat.com>

* gdb.base/break-unload-file.exp: Fix typo.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/break-unload-file.exp

index c513d0833bede48f53092728b038c2350aecd1ac..933df0a1f2c118a399b03328fe9d8936cdb0cd33 100644 (file)
@@ -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
index 35c0f5fd23ba90c97c88162ced9aec6603ef486a..342bcf5348b3e331f74831cec321757ec21df49a 100644 (file)
@@ -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