diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-03-05 13:15:02 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-03-05 13:15:02 +0000 |
commit | dd19bd705997cb871237ffe6883c48130303a90e (patch) | |
tree | 06893e03aef48a4164c4529fa3ac9d21e44281a2 | |
parent | 626a5a0cb2820fb7bb79ced511c35a924679f97b (diff) | |
download | gdb-dd19bd705997cb871237ffe6883c48130303a90e.zip gdb-dd19bd705997cb871237ffe6883c48130303a90e.tar.gz gdb-dd19bd705997cb871237ffe6883c48130303a90e.tar.bz2 |
* gdb.base/help.exp (help thread find): Fix one forgotten quote.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/help.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 588c34e..fb954bd 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com> + + * gdb.base/help.exp (help thread find): Fix one forgotten quote. + 2011-03-03 Tom Tromey <tromey@redhat.com> * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove. diff --git a/gdb/testsuite/gdb.base/help.exp b/gdb/testsuite/gdb.base/help.exp index be0d783..a97ec88 100644 --- a/gdb/testsuite/gdb.base/help.exp +++ b/gdb/testsuite/gdb.base/help.exp @@ -655,7 +655,7 @@ gdb_test "help thread" "Use this command to switch between threads.*" "help thre # test help thread apply gdb_test "help thread apply" "Apply a command to a list of threads.*" "help thread apply" # test help thread find -gdb_test "help thread find" "Find threads that match a regular.*" help thread find" +gdb_test "help thread find" "Find threads that match a regular.*" "help thread find" # test help thread name gdb_test "help thread name" "Set the current thread's name.*" "help thread name" # test help tty |