From: Daniel Jacobowitz Date: Sun, 14 Nov 2004 18:45:17 +0000 (+0000) Subject: * gdb.threads/threadapply.exp: Correct "macro details" test. X-Git-Tag: gdb-pre-i18n-errorwarning-20050211~884 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f073ae8c822138ff6d51d7117fccb332bf333ec0;p=thirdparty%2Fbinutils-gdb.git * gdb.threads/threadapply.exp: Correct "macro details" test. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7295f9f933a..1d50d56f542 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-11-14 Daniel Jacobowitz + + * gdb.threads/threadapply.exp: Correct "macro details" test. + 2004-11-11 Jeff Johnston * gdb.threads/threadapply.exp: New test. diff --git a/gdb/testsuite/gdb.threads/threadapply.exp b/gdb/testsuite/gdb.threads/threadapply.exp index ae3327228da..fa8d02fd0f3 100644 --- a/gdb/testsuite/gdb.threads/threadapply.exp +++ b/gdb/testsuite/gdb.threads/threadapply.exp @@ -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" }