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/c++testsuite: Update "in a register" message


Someone added the feature of telling which register a variable was using in
the error message for taking the address of a variable in a register.
Update testsuite to match; committed as obvious.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer

2002-04-02  Daniel Jacobowitz  <drow@mvista.com>

	* gdb.c++/classes.exp ("calling method for small class"): Match
	updated register output.

Index: testsuite/gdb.c++/classes.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.c++/classes.exp,v
retrieving revision 1.12
diff -u -p -r1.12 classes.exp
--- classes.exp	2002/01/20 19:22:13	1.12
+++ classes.exp	2002/04/03 01:16:29
@@ -907,7 +907,7 @@ proc do_tests {} {
 	    -re "= 82.*$gdb_prompt $" {
 		pass "calling method for small class"
 	    }
-	    -re "Address requested for identifier .v. which is in a register.*$gdb_prompt $" {
+	    -re "Address requested for identifier .v. which is in register.*$gdb_prompt $" {
 		setup_xfail "*-*-*" 2972
 		fail "calling method for small class"
 	    }


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