2001-03-12 Michael Chastain <chastain@redhat.com>
authorMichael Chastain <mec@google.com>
Fri, 16 Mar 2001 20:00:04 +0000 (20:00 +0000)
committerMichael Chastain <mec@google.com>
Fri, 16 Mar 2001 20:00:04 +0000 (20:00 +0000)
* gdb.c++/annota2.exp: Fix regular expression for "post-query".

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.c++/annota2.exp

index b1f3dfb387fc2f5eefb4115631e2cc83ffc9a11a..f4086d875f3884363af39afb7cd2b894f1120e29 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-12  Michael Chastain  <chastain@redhat.com>
+
+       * gdb.c++/annota2.exp: Fix regular expression for "post-query".
+
 2001-02-24  Michael Chastain  <chastain@redhat.com>
 
        * gdb.c++/ref-types.exp: Change handwritten code to library
index ce13ead10f786da6987ed9cb33fe01ae71753226..86fdc9d56bc94cd8bccbe2a8739b92bcdca42729 100644 (file)
@@ -1,4 +1,4 @@
-#   Copyright 1999, 2000
+#   Copyright 1999, 2000, 2001
 #   Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -139,7 +139,7 @@ gdb_expect {
   -re ".*Delete all breakpoints. \\(y or n\\) \r\n\032\032query.*$" {
            send_gdb "y\n"
            gdb_expect {
-            -re " .*$gdb_prompt$" { pass "delete bps" }
+            -re "\r\n\032\032post-query\r\n$gdb_prompt$" { pass "delete bps" }
             -re ".*$gdb_prompt$" { fail "delete bps" }
             timeout  { fail "delete bps (timeout)" }
         }