aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.multi/bkpt-multi-exec.exp
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-25 09:36:25 -0700
committerTom Tromey <tom@tromey.com>2023-01-26 18:28:31 -0700
commit879ebc530082ac9a90a48c0d02c073b39d98a1cc (patch)
tree62b2a34e8dde6c827baef5ed1592743c456e8094 /gdb/testsuite/gdb.multi/bkpt-multi-exec.exp
parent9b21b701bb5725071f5304d52a6aadad1f421e9e (diff)
downloadgdb-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.multi/bkpt-multi-exec.exp')
-rw-r--r--gdb/testsuite/gdb.multi/bkpt-multi-exec.exp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.multi/bkpt-multi-exec.exp b/gdb/testsuite/gdb.multi/bkpt-multi-exec.exp
index 9ab1ef1..3fe77b2 100644
--- a/gdb/testsuite/gdb.multi/bkpt-multi-exec.exp
+++ b/gdb/testsuite/gdb.multi/bkpt-multi-exec.exp
@@ -76,5 +76,3 @@ gdb_test "inferior 1"
# Now run to the breakpoint. This should cross the exec, and stop at
# the breakpoint before the crash.
gdb_test "run" "${srcfile2}:${bp_location}.*set breakpoint here.*"
-
-return 0