From: dje@google.com (Doug Evans)
To: gdb-patches@sourceware.org
Subject: [obv] fix typo in store.exp
Date: Thu, 03 Sep 2009 21:47:00 -0000 [thread overview]
Message-ID: <20090903214649.0932B844C3@localhost> (raw)
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}" \
reply other threads:[~2009-09-03 21:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090903214649.0932B844C3@localhost \
--to=dje@google.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox