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.mi/mi-file.exp | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/testsuite/gdb.mi/mi-file.exp') diff --git a/gdb/testsuite/gdb.mi/mi-file.exp b/gdb/testsuite/gdb.mi/mi-file.exp index 3d43868..811744e 100644 --- a/gdb/testsuite/gdb.mi/mi-file.exp +++ b/gdb/testsuite/gdb.mi/mi-file.exp @@ -76,4 +76,3 @@ test_file_list_exec_source_file test_file_list_exec_source_files mi_gdb_exit -return 0 -- cgit v1.1