+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.
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"
}