diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 2acbf535f6..08abd62505 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-02-09 Michael Chastain + + * gdb.base/pending.exp: Remove extra \n from gdb_test calls. + 2004-02-08 Daniel Jacobowitz * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending diff --git a/gdb/testsuite/gdb.base/pending.exp b/gdb/testsuite/gdb.base/pending.exp index 0ecdf67534..2cef30af5b 100644 --- a/gdb/testsuite/gdb.base/pending.exp +++ b/gdb/testsuite/gdb.base/pending.exp @@ -151,7 +151,7 @@ gdb_test_multiple "break pendfunc2" "Don't set pending breakpoint" { # Add condition to pending breakpoint # -gdb_test "condition 1 k == 1\n" "" +gdb_test "condition 1 k == 1" "" gdb_test "info break" \ "Num Type\[ \]+Disp Enb Address\[ \]+What.* @@ -164,7 +164,7 @@ gdb_test "info break" \ # Disable pending breakpoint # -gdb_test "disable 1\n" "" +gdb_test "disable 1" "" gdb_test "info break" \ "Num Type\[ \]+Disp Enb Address\[ \]+What.*