From 879ebc530082ac9a90a48c0d02c073b39d98a1cc Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 25 Jan 2023 09:36:25 -0700 Subject: Eliminate spurious returns from the test suite A number of tests end with "return". However, this is unnecessary. This patch removes all of these. --- gdb/testsuite/gdb.python/py-prompt.exp | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/testsuite/gdb.python') diff --git a/gdb/testsuite/gdb.python/py-prompt.exp b/gdb/testsuite/gdb.python/py-prompt.exp index b562893..35e8144 100644 --- a/gdb/testsuite/gdb.python/py-prompt.exp +++ b/gdb/testsuite/gdb.python/py-prompt.exp @@ -116,4 +116,3 @@ with_test_prefix "sync_execution = 1, is_running = 0" { set GDBFLAGS $saved_gdbflags kill_wait_spawned_process $test_spawn_id -return 0 -- cgit v1.1