diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-11-14 18:45:17 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-11-14 18:45:17 +0000 |
commit | f073ae8c822138ff6d51d7117fccb332bf333ec0 (patch) | |
tree | c448fd6ef37644ff13d7b8d24d633030f9524f7d | |
parent | f97fe8ff798b656cb8c179a8299ce78fab1e608e (diff) | |
download | fsf-binutils-gdb-f073ae8c822138ff6d51d7117fccb332bf333ec0.zip fsf-binutils-gdb-f073ae8c822138ff6d51d7117fccb332bf333ec0.tar.gz fsf-binutils-gdb-f073ae8c822138ff6d51d7117fccb332bf333ec0.tar.bz2 |
* gdb.threads/threadapply.exp: Correct "macro details" test.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.threads/threadapply.exp | 2 |
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" } |