summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/assign.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/assign.exp')
-rw-r--r--gdb/testsuite/gdb.base/assign.exp2
1 files changed, 1 insertions, 1 deletions
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" }
}