* [obv] fix typo in store.exp
@ 2009-09-03 21:47 Doug Evans
0 siblings, 0 replies; only message in thread
From: Doug Evans @ 2009-09-03 21:47 UTC (permalink / raw)
To: gdb-patches
Hi.
Checked in as obvious.
2009-09-03 Doug Evans <dje@google.com>
* gdb.base/store.exp (check_set): Fix typo in expected value message.
Index: testsuite/gdb.base/store.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/store.exp,v
retrieving revision 1.12
diff -u -p -r1.12 store.exp
--- testsuite/gdb.base/store.exp 7 Jul 2009 21:33:50 -0000 1.12
+++ testsuite/gdb.base/store.exp 3 Sep 2009 21:42:07 -0000
@@ -67,7 +67,7 @@ proc check_set { t l r new add } {
gdb_test "set variable l = 4" "" \
"${prefix}; setting l to 4"
gdb_test "print l" " = ${new}" \
- "${prefix}; print new l, expecting ${l}"
+ "${prefix}; print new l, expecting ${new}"
gdb_test "next" "return l \\+ r;" \
"${prefix}; next over add call"
gdb_test "print l" " = ${add}" \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-09-03 21:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-03 21:47 [obv] fix typo in store.exp Doug Evans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox