2006-03-07 Paul Brook <paul@codesourcery.com>
* gdb.base/assign.exp: Correct fail message.
This commit is contained in:
parent
35c52694b9
commit
effe49a0c7
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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" }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue