From 306e12673e49e32f1e64d9dca7a30fe8add42e1c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 25 Jan 2023 09:56:46 -0700 Subject: [PATCH] Remove unnecessary call to standard_testfile This test does not build a program and does not need to call standard_testfile. --- gdb/testsuite/gdb.mi/mi-cmd-error.exp | 2 -- 1 file changed, 2 deletions(-) diff --git a/gdb/testsuite/gdb.mi/mi-cmd-error.exp b/gdb/testsuite/gdb.mi/mi-cmd-error.exp index 3f2aed201ae..5a3b84a58a6 100644 --- a/gdb/testsuite/gdb.mi/mi-cmd-error.exp +++ b/gdb/testsuite/gdb.mi/mi-cmd-error.exp @@ -30,8 +30,6 @@ if [mi_gdb_start] { return } -standard_testfile - # A synchronous execution execution command that errors out. proc failing_sync_execution_command {} { -- 2.30.2