This is the mail archive of the gdb-patches@sourceware.org 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]

Incorrect testsuite failure message


The patch below fixes a typo in a testsuite failure message.

Applied as obvious.

Paul

2006-03-07  Paul Brook  <paul@codesourcery.com>

	* gdb.base/assign.exp: Correct fail message.

Index: gdb/testsuite/gdb.base/assign.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/assign.exp,v
retrieving revision 1.2.96.1
diff -u -p -r1.2.96.1 assign.exp
--- gdb/testsuite/gdb.base/assign.exp	7 Mar 2006 15:48:33 -0000	1.2.96.1
+++ gdb/testsuite/gdb.base/assign.exp	7 Mar 2006 21:35:32 -0000
@@ -439,7 +439,7 @@ gdb_expect {
             timeout           { fail "(timeout) v_int+=v_double" }    
          }
          }
-    -re ".*$gdb_prompt $" { fail "v_int+=v_signed_long" }
+    -re ".*$gdb_prompt $" { fail "v_int+=v_double" }
     timeout           { fail "(timeout) v_int+=v_double" }    
   }
 


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