From ca78dce23abb57cfb64ca601a398bba6a317f52e Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Tue, 7 Mar 2006 21:47:33 +0000 Subject: [PATCH] 2006-03-07 Paul Brook Backport from mainline. * gdb/testsuite/gdb.base/assign.exp: Correct fail message. --- ChangeLog.csl | 5 +++++ gdb/testsuite/gdb.base/assign.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.csl b/ChangeLog.csl index de5521301ff..caf863b80c5 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,8 @@ +2006-03-07 Paul Brook + + Backport from mainline. + * gdb/testsuite/gdb.base/assign.exp: Correct fail message. + 2006-03-07 Paul Brook Backport from mainline. diff --git a/gdb/testsuite/gdb.base/assign.exp b/gdb/testsuite/gdb.base/assign.exp index 58e741e5875..77f06de4072 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" } } -- 2.47.2