* gdb.base/help.exp (help thread find): Fix one forgotten quote.

This commit is contained in:
Jan Kratochvil 2011-03-05 13:15:02 +00:00
parent 626a5a0cb2
commit dd19bd7059
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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