From 6e46134005b8c26a6535ad846c13425f0c588921 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Sun, 14 Nov 2004 18:45:17 +0000 Subject: [PATCH] * gdb.threads/threadapply.exp: Correct "macro details" test. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.threads/threadapply.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7295f9f933..1d50d56f54 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 ae3327228d..fa8d02fd0f 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" } -- 2.11.0