public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM] tromey/operator-new-delete: fix a test case thinko
@ 2013-05-17 20:13 tromey
0 siblings, 0 replies; only message in thread
From: tromey @ 2013-05-17 20:13 UTC (permalink / raw)
To: archer-commits
The branch, tromey/operator-new-delete has been updated
via 576fdaccce8bd759cdc63d9ae831d7028a8d8365 (commit)
from 38c177bfdb912cfca345ffdc72c902a3176b36d6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email.
- Log -----------------------------------------------------------------
commit 576fdaccce8bd759cdc63d9ae831d7028a8d8365
Author: Tom Tromey <tromey@redhat.com>
Date: Fri May 17 14:13:28 2013 -0600
fix a test case thinko
-----------------------------------------------------------------------
Summary of changes:
gdb/testsuite/gdb.cp/new.exp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
First 500 lines of diff:
diff --git a/gdb/testsuite/gdb.cp/new.exp b/gdb/testsuite/gdb.cp/new.exp
index 54e1b4d..41125a2 100644
--- a/gdb/testsuite/gdb.cp/new.exp
+++ b/gdb/testsuite/gdb.cp/new.exp
@@ -165,7 +165,7 @@ check_op "delete int * array from c++" \
gdb_test "print delete s" " = void"
check_op "delete Simple from c++" {WHATOP_GLOBAL | WHATOP_DELETE}
-gdb_test "print delete\[\] s2" " = void"
+gdb_test "print delete\[\] s3" " = void"
check_op "delete Simple array from c++" \
{WHATOP_GLOBAL | WHATOP_DELETE | WHATOP_ARRAY}
hooks/post-receive
--
Repository for Project Archer.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-17 20:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-17 20:13 [SCM] tromey/operator-new-delete: fix a test case thinko tromey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).