Remove trailing space in gdb.ada/small_reg_param.exp
gdb/testsuite/ChangeLog: * gdb.ada/small_reg_param.exp: Remove trailing space.
This commit is contained in:
parent
8089a358de
commit
52cd8b7d70
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-07-09 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdb.ada/small_reg_param.exp: Remove trailing space.
|
||||
|
||||
2013-07-09 Doug Evans <dje@google.com>
|
||||
|
||||
* gdb.base/default.exp: Update expected output of "show print array"
|
||||
|
|
|
@ -26,7 +26,7 @@ clean_restart ${testfile}
|
|||
if ![runto main] then {
|
||||
perror "Couldn't run ${testfile}"
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
gdb_breakpoint "call_me"
|
||||
|
||||
|
|
Loading…
Reference in a new issue