From: Michael Chastain Date: Mon, 9 Feb 2004 10:55:24 +0000 (+0000) Subject: 2004-02-09 Michael Chastain X-Git-Tag: gprof-pre-ansify-2004-05-26~1327 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2dc51dbff4bd6804d6f35f335a9dc0ae0a93253;p=external%2Fbinutils.git 2004-02-09 Michael Chastain * gdb.base/pending.exp: Remove extra \n from gdb_test calls. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 2acbf53..08abd62 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 0ecdf67..2cef30a 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.*