From effe49a0c711ed558d40741b705363cc4c67d0e7 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Tue, 7 Mar 2006 21:40:50 +0000 Subject: [PATCH] 2006-03-07 Paul Brook * gdb.base/assign.exp: Correct fail message. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/assign.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b31e4877505..8ada3d4c2c6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-03-07 Paul Brook + + * gdb.base/assign.exp: Correct fail message. + 2006-03-07 Paul Brook * lib/compiler.c: Extract armcc version number. 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.30.2