diff options
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/lib/mi-support.exp | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3f7d72c..309cfb5 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com> + + * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt + case. + 2019-01-06 Tom Tromey <tom@tromey.com> PR gdb/28155: diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index d193592..a58c4f6 100644 --- a/gdb/testsuite/lib/mi-support.exp +++ b/gdb/testsuite/lib/mi-support.exp @@ -833,11 +833,6 @@ proc mi_gdb_test { args } { perror "Window too small." fail "$message" } - -re "\\(y or n\\) " { - send_gdb "n\n" - perror "Got interactive prompt." - fail "$message" - } eof { perror "Process no longer exists" if { $message != "" } { |