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

index 7295f9f933a262197a6c4fc8b9a077df21e3f3ae..1d50d56f542e719600f9b4d0797b9b34652c447c 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 ae3327228dae995625fc4d7313723f6bb524ed14..fa8d02fd0f376d8ab629d347e8ba19b7faeffa12 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"
       }
This page took 0.033196 seconds and 4 git commands to generate.