diff options
author | Tom Tromey <tom@tromey.com> | 2023-01-25 09:56:46 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-26 18:28:31 -0700 |
commit | 306e12673e49e32f1e64d9dca7a30fe8add42e1c (patch) | |
tree | 7fecdb9b49722f4f9a01e985a3bbae97e0e54499 /gdb/testsuite/gdb.mi | |
parent | eacd228909680afd71ba4e36e64b147c402b6802 (diff) | |
download | fsf-binutils-gdb-306e12673e49e32f1e64d9dca7a30fe8add42e1c.zip fsf-binutils-gdb-306e12673e49e32f1e64d9dca7a30fe8add42e1c.tar.gz fsf-binutils-gdb-306e12673e49e32f1e64d9dca7a30fe8add42e1c.tar.bz2 |
Remove unnecessary call to standard_testfile
This test does not build a program and does not need to call
standard_testfile.
Diffstat (limited to 'gdb/testsuite/gdb.mi')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-cmd-error.exp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-cmd-error.exp b/gdb/testsuite/gdb.mi/mi-cmd-error.exp index 3f2aed2..5a3b84a 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 {} { |