* gdb.threads/threadapply.exp: Correct "macro details" test.

This commit is contained in:
Daniel Jacobowitz 2004-11-14 18:45:17 +00:00
parent f97fe8ff79
commit f073ae8c82
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-11-14 Daniel Jacobowitz <dan@debian.org>
* gdb.threads/threadapply.exp: Correct "macro details" test.
2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
* gdb.threads/threadapply.exp: New test.

View file

@ -54,7 +54,7 @@ gdb_test "continue"
gdb_test_multiple "define backthread" "defining macro" {
-re "Type commands for definition of \"backthread\".\r\nEnd with a line saying just \"end\".\r\n>$" {
gdb_test_multiple "bt\np\/x 20\nend\n" "macro details" {
gdb_test_multiple "bt\np/x 20\nend" "macro details" {
-re "$gdb_prompt $" {
pass "macro details"
}