diff options
author | Paul Brook <paul@codesourcery.com> | 2006-03-07 21:40:50 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-03-07 21:40:50 +0000 |
commit | effe49a0c711ed558d40741b705363cc4c67d0e7 (patch) | |
tree | 7192c970901ce3b85e49684b17cbc75523805c74 /gdb/testsuite/gdb.base/assign.exp | |
parent | 35c52694b90bd065db54fa6034886b5a17c50353 (diff) | |
download | gdb-effe49a0c711ed558d40741b705363cc4c67d0e7.zip gdb-effe49a0c711ed558d40741b705363cc4c67d0e7.tar.gz gdb-effe49a0c711ed558d40741b705363cc4c67d0e7.tar.bz2 |
2006-03-07 Paul Brook <paul@codesourcery.com>
* gdb.base/assign.exp: Correct fail message.
Diffstat (limited to 'gdb/testsuite/gdb.base/assign.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/assign.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/assign.exp b/gdb/testsuite/gdb.base/assign.exp index 58e741e..77f06de 100644 --- a/gdb/testsuite/gdb.base/assign.exp +++ b/gdb/testsuite/gdb.base/assign.exp @@ -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" } } |