2006-03-07 Paul Brook <paul@codesourcery.com>
authorPaul Brook <paul@codesourcery.com>
Tue, 7 Mar 2006 21:40:50 +0000 (21:40 +0000)
committerPaul Brook <paul@codesourcery.com>
Tue, 7 Mar 2006 21:40:50 +0000 (21:40 +0000)
* gdb.base/assign.exp: Correct fail message.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/assign.exp

index b31e48775053ab719419c8076f42f13c11cf1c04..8ada3d4c2c60b27a7f1073a14bdb1f6affbc7d00 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-07  Paul Brook  <paul@codesourcery.com>
+
+       * gdb.base/assign.exp: Correct fail message.
+
 2006-03-07  Paul Brook  <paul@codesourcery.com>
 
        * lib/compiler.c: Extract armcc version number.
index 58e741e58752c3f02d1da91267e08e53aa05c8b9..77f06de4072ed102827316be2f7ee0f9db453b1c 100644 (file)
@@ -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" }    
   }