This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[RFA/testsuite 4/4] update ptype_tagged_param.exp
- From: Jerome Guitton <guitton at adacore dot com>
- To: gdb-patches at sourceware dot org
- Cc: Joel Brobecker <brobecker at adacore dot com>
- Date: Thu, 29 Nov 2012 14:37:15 +0100
- Subject: [RFA/testsuite 4/4] update ptype_tagged_param.exp
- References: <1354196235-8414-1-git-send-email-guitton@adacore.com>
From: Joel Brobecker <brobecker@adacore.com>
The implementation of interface support brought about some more
precise results for other tagged types: ptype is now able to tell if a
class-wide object is a ref.
gdb/testsuite/ChangeLog:
* gdb.ada/ptype_tagged_param.exp: Adjust expected output in
ptype test.
OK to apply?
---
gdb/testsuite/gdb.ada/ptype_tagged_param.exp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb/testsuite/gdb.ada/ptype_tagged_param.exp b/gdb/testsuite/gdb.ada/ptype_tagged_param.exp
index e538b98..98ee548 100644
--- a/gdb/testsuite/gdb.ada/ptype_tagged_param.exp
+++ b/gdb/testsuite/gdb.ada/ptype_tagged_param.exp
@@ -31,6 +31,6 @@ set eol "\[\r\n\]+"
set sp "\[ \t\]*"
gdb_test "ptype s" \
- "type = new pck.shape with record${eol}${sp}r: integer;${eol}end record" \
+ "type = <ref> new pck.shape with record${eol}${sp}r: integer;${eol}end record" \
"ptype s"
--
1.7.10.4