aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi/gdb680.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.mi/gdb680.exp')
-rw-r--r--gdb/testsuite/gdb.mi/gdb680.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/gdb680.exp b/gdb/testsuite/gdb.mi/gdb680.exp
index 63b8f11..5af285a 100644
--- a/gdb/testsuite/gdb.mi/gdb680.exp
+++ b/gdb/testsuite/gdb.mi/gdb680.exp
@@ -27,7 +27,7 @@ if [mi_gdb_start] {
proc do_test {count} {
mi_gdb_test "-data-list-register-names -1" \
- {\^error,msg=\"bad register number\"} \
+ {\^error,msg=\"No registers.\"} \
"-data-list-register-names -1, try $count"
}