diff options
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r-- | gdb/testsuite/lib/mi-support.exp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index d32d373..8e32336 100644 --- a/gdb/testsuite/lib/mi-support.exp +++ b/gdb/testsuite/lib/mi-support.exp @@ -169,11 +169,6 @@ proc default_mi_gdb_start { args } { } verbose "GDB initialized." } - -re ".*$gdb_prompt $" { - untested "Skip mi tests (got non-mi prompt)." - remote_close host; - return -1; - } -re ".*unrecognized option.*for a complete list of options." { untested "Skip mi tests (not compiled with mi support)." remote_close host; |