diff options
author | Tom Tromey <tom@tromey.com> | 2023-01-25 09:36:25 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-26 18:28:31 -0700 |
commit | 879ebc530082ac9a90a48c0d02c073b39d98a1cc (patch) | |
tree | 62b2a34e8dde6c827baef5ed1592743c456e8094 /gdb/testsuite/gdb.base/ending-run.exp | |
parent | 9b21b701bb5725071f5304d52a6aadad1f421e9e (diff) | |
download | gdb-879ebc530082ac9a90a48c0d02c073b39d98a1cc.zip gdb-879ebc530082ac9a90a48c0d02c073b39d98a1cc.tar.gz gdb-879ebc530082ac9a90a48c0d02c073b39d98a1cc.tar.bz2 |
Eliminate spurious returns from the test suite
A number of tests end with "return". However, this is unnecessary.
This patch removes all of these.
Diffstat (limited to 'gdb/testsuite/gdb.base/ending-run.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/ending-run.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/ending-run.exp b/gdb/testsuite/gdb.base/ending-run.exp index 4eda757..b2cfc03 100644 --- a/gdb/testsuite/gdb.base/ending-run.exp +++ b/gdb/testsuite/gdb.base/ending-run.exp @@ -296,7 +296,7 @@ if {!$use_gdb_stub set timeout $old_timeout #remote_exec build "rm -f ${binfile}" -return 0 + |