This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix typo in recent changes to gdb.c++/method.exp


There was a missing dot, which made the test fail where it passed
before on my system.

Checked in as obvious.

Mark


Index: testsuite/ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* gdb.c++/method.exp: Fix typo.

Index: testsuite/gdb.c++/method.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.c++/method.exp,v
retrieving revision 1.9
diff -u -p -r1.9 method.exp
--- testsuite/gdb.c++/method.exp 7 May 2002 00:45:46 -0000 1.9
+++ testsuite/gdb.c++/method.exp 9 May 2002 20:06:15 -0000
@@ -182,7 +182,7 @@ gdb_expect {
 
 send_gdb "cont\n"
 gdb_expect {
-    -re "Continuing\r\n\r\nProgram exited normally.*$gdb_prompt $" {
+    -re "Continuing.\r\n\r\nProgram exited normally.*$gdb_prompt $" {
 	pass "finish program"
     }
     -re "Continuing.* EXIT code 0.*Program exited normally.*$gdb_prompt $" {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]