2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Mon, 9 Feb 2004 10:55:24 +0000 (10:55 +0000)
committerMichael Chastain <mec@google.com>
Mon, 9 Feb 2004 10:55:24 +0000 (10:55 +0000)
* gdb.base/pending.exp: Remove extra \n from gdb_test calls.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/pending.exp

index 2acbf53..08abd62 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-09  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
+
 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
 
        * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
index 0ecdf67..2cef30a 100644 (file)
@@ -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.*