diff options
author | Joel Brobecker <brobecker@gnat.com> | 2013-07-10 00:10:26 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2013-07-10 00:10:26 +0000 |
commit | 52cd8b7d705eee7248aee9f582363997362aea4b (patch) | |
tree | 99339cc55870be60d1c17fd52aecedb83986ff3c | |
parent | 8089a358de179d370e35e09e9afc5c1267944191 (diff) | |
download | ppe42-binutils-52cd8b7d705eee7248aee9f582363997362aea4b.tar.gz ppe42-binutils-52cd8b7d705eee7248aee9f582363997362aea4b.zip |
Remove trailing space in gdb.ada/small_reg_param.exp
gdb/testsuite/ChangeLog:
* gdb.ada/small_reg_param.exp: Remove trailing space.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.ada/small_reg_param.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5ea5f14368..4688b388f0 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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" diff --git a/gdb/testsuite/gdb.ada/small_reg_param.exp b/gdb/testsuite/gdb.ada/small_reg_param.exp index 43be17833e..4a18a9a00a 100644 --- a/gdb/testsuite/gdb.ada/small_reg_param.exp +++ b/gdb/testsuite/gdb.ada/small_reg_param.exp @@ -26,7 +26,7 @@ clean_restart ${testfile} if ![runto main] then { perror "Couldn't run ${testfile}" return -} +} gdb_breakpoint "call_me" |