OSDN Git Service

* gdb.threads/threadapply.exp: Correct "macro details" test.
authorDaniel Jacobowitz <dan@debian.org>
Sun, 14 Nov 2004 18:45:17 +0000 (18:45 +0000)
committerDaniel Jacobowitz <dan@debian.org>
Sun, 14 Nov 2004 18:45:17 +0000 (18:45 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/threadapply.exp

index 7295f9f..1d50d56 100644 (file)
@@ -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.
index ae33272..fa8d02f 100644 (file)
@@ -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"
       }