* gdb.base/pending.exp: Remove extra \n from gdb_test calls.
+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
# 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.*
# Disable pending breakpoint
#
-gdb_test "disable 1\n" ""
+gdb_test "disable 1" ""
gdb_test "info break" \
"Num Type\[ \]+Disp Enb Address\[ \]+What.*