[06/27] Remove unnecessary call to standard_testfile

Message ID 20230125224614.1006886-7-tom@tromey.com
State Committed
Headers
Series Many small testsuite cleanups |

Commit Message

Tom Tromey Jan. 25, 2023, 10:45 p.m. UTC
  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(-)
  

Patch

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 {} {