From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2126) id AC3B83858D20; Fri, 27 Jan 2023 01:29:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AC3B83858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674782955; bh=hETSW5/ycNituU7NOQoRNrk2bTG0QYBcXPiS3YAZ0KU=; h=From:To:Subject:Date:From; b=uHv/VEsrHUyFcrJRf3C3c5c9FB7udWed7eoXDfcCMW+6xYMvXDdTxJxGVPSROEEji eh63Pzg4LOhxDsVywXmwgD+QEodej7ELnlfsQm+PkwriuQ/oijtqMSRTW/pdqsQQ75 qDi0oZaZ2/uSOGiY3x4L4NfrDWq6enGU7gqfyDjA= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom Tromey To: gdb-cvs@sourceware.org Subject: [binutils-gdb] Remove unnecessary call to standard_testfile X-Act-Checkin: binutils-gdb X-Git-Author: Tom Tromey X-Git-Refname: refs/heads/master X-Git-Oldrev: eacd228909680afd71ba4e36e64b147c402b6802 X-Git-Newrev: 306e12673e49e32f1e64d9dca7a30fe8add42e1c Message-Id: <20230127012915.AC3B83858D20@sourceware.org> Date: Fri, 27 Jan 2023 01:29:15 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D306e12673e49= e32f1e64d9dca7a30fe8add42e1c commit 306e12673e49e32f1e64d9dca7a30fe8add42e1c Author: Tom Tromey Date: Wed Jan 25 09:56:46 2023 -0700 Remove unnecessary call to standard_testfile =20 This test does not build a program and does not need to call standard_testfile. Diff: --- 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/m= i-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 } =20 -standard_testfile - # A synchronous execution execution command that errors out. =20 proc failing_sync_execution_command {} {