summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-03-07 21:40:50 +0000
committerPaul Brook <paul@codesourcery.com>2006-03-07 21:40:50 +0000
commit7b681b68d615ccdb08be32098cdd0248a2fbb9c9 (patch)
tree8243149a39761e0e928c71578d77f6e822aaacde
parent6869912858bd9758c14b120c497b9e934c71dae3 (diff)
downloadgdb-7b681b68d615ccdb08be32098cdd0248a2fbb9c9.tar.gz
2006-03-07 Paul Brook <paul@codesourcery.com>
* gdb.base/assign.exp: Correct fail message.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.base/assign.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index b31e4877505..8ada3d4c2c6 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
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.
* lib/compiler.cc: Ditto.
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" }
}