* gdb.base/chng-syms.exp: Remove stray newline.

This commit is contained in:
Daniel Jacobowitz 2004-01-31 18:11:25 +00:00
parent 42cdca6c41
commit abbab9d3eb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-01-31 Daniel Jacobowitz <drow@mvista.com>
* gdb.base/chng-syms.exp: Remove stray newline.
2004-01-31 Mark Kettenis <kettenis@gnu.org>
* gdb.asm/asm-source.exp: Set asm-note to "openbsd" for

View File

@ -74,7 +74,7 @@ gdb_start
gdb_reinitialize_dir $srcdir/$subdir
gdb_load ${binfile}
gdb_test "break stop_here if (var1 == 42)\n" \
gdb_test "break stop_here if (var1 == 42)" \
"Breakpoint.*at.* file .*$srcfile, line.*" \
"setting conditional breakpoint on function"
gdb_run_cmd