diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2009-03-12 20:16:06 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2009-03-12 20:16:06 +0000 |
commit | 11436dee516f7acb3e0648129e2cd43990257683 (patch) | |
tree | 36a0176bdebe647c20509bdac2cc8a1a3c1e6e00 /gdb | |
parent | 1f31650a613dfe2ba24b6c61b7f6af54267e109d (diff) | |
download | gdb-11436dee516f7acb3e0648129e2cd43990257683.zip gdb-11436dee516f7acb3e0648129e2cd43990257683.tar.gz gdb-11436dee516f7acb3e0648129e2cd43990257683.tar.bz2 |
* gdb.mi/mi-cli.exp: Remove debug print.
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" } } |