aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2004-11-14 18:45:17 +0000
committerDaniel Jacobowitz <drow@false.org>2004-11-14 18:45:17 +0000
commitf073ae8c822138ff6d51d7117fccb332bf333ec0 (patch)
treec448fd6ef37644ff13d7b8d24d633030f9524f7d /gdb/testsuite
parentf97fe8ff798b656cb8c179a8299ce78fab1e608e (diff)
downloadgdb-f073ae8c822138ff6d51d7117fccb332bf333ec0.zip
gdb-f073ae8c822138ff6d51d7117fccb332bf333ec0.tar.gz
gdb-f073ae8c822138ff6d51d7117fccb332bf333ec0.tar.bz2
* gdb.threads/threadapply.exp: Correct "macro details" test.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.threads/threadapply.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 7295f9f..1d50d56 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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.
diff --git a/gdb/testsuite/gdb.threads/threadapply.exp b/gdb/testsuite/gdb.threads/threadapply.exp
index ae33272..fa8d02f 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"
}