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 /gdb/testsuite/gdb.threads | |
parent | f97fe8ff798b656cb8c179a8299ce78fab1e608e (diff) | |
download | gdb-f073ae8c822138ff6d51d7117fccb332bf333ec0.zip gdb-f073ae8c822138ff6d51d7117fccb332bf333ec0.tar.gz gdb-f073ae8c822138ff6d51d7117fccb332bf333ec0.tar.bz2 |
* gdb.threads/threadapply.exp: Correct "macro details" test.
Diffstat (limited to 'gdb/testsuite/gdb.threads')
-rw-r--r-- | gdb/testsuite/gdb.threads/threadapply.exp | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |