diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-cli.exp | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9407f9f..ea9f009 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2009-03-12 Vladimir Prus <vladimir@codesourcery.com> + * gdb.mi/mi-cli.exp: Remove debug print. + +2009-03-12 Vladimir Prus <vladimir@codesourcery.com> + * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior include the token in ^running and frame info in *stopped. diff --git a/gdb/testsuite/gdb.mi/mi-cli.exp b/gdb/testsuite/gdb.mi/mi-cli.exp index 8427edf..2fbb376 100644 --- a/gdb/testsuite/gdb.mi/mi-cli.exp +++ b/gdb/testsuite/gdb.mi/mi-cli.exp @@ -163,7 +163,6 @@ mi_gdb_test "34 next" \ gdb_expect { -re "~\[^\r\n\]+\r\n" { - verbose -log "Hi there" } } |