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

* gdb.base/assign.exp: Correct fail message.
This commit is contained in:
Paul Brook 2006-03-07 21:40:50 +00:00
parent 35c52694b9
commit effe49a0c7
2 changed files with 5 additions and 1 deletions

View 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.

View 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" }
}