From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7227 invoked by alias); 29 Nov 2012 13:37:45 -0000 Received: (qmail 7091 invoked by uid 22791); 29 Nov 2012 13:37:44 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 29 Nov 2012 13:37:37 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id BDC71CB2717; Thu, 29 Nov 2012 14:37:40 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6S8YN01glLvs; Thu, 29 Nov 2012 14:37:40 +0100 (CET) Received: from chelles.act-europe.fr (chelles.act-europe.fr [10.10.0.160]) by mel.act-europe.fr (Postfix) with ESMTP id AB1FCCB2259; Thu, 29 Nov 2012 14:37:40 +0100 (CET) Received: by chelles.act-europe.fr (Postfix, from userid 560) id 8724A1EA005A; Thu, 29 Nov 2012 14:37:39 +0100 (CET) From: Jerome Guitton To: gdb-patches@sourceware.org Cc: Joel Brobecker Subject: [RFA/testsuite 4/4] update ptype_tagged_param.exp Date: Thu, 29 Nov 2012 13:37:00 -0000 Message-Id: <1354196235-8414-4-git-send-email-guitton@adacore.com> In-Reply-To: <1354196235-8414-1-git-send-email-guitton@adacore.com> References: <1354196235-8414-1-git-send-email-guitton@adacore.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-11/txt/msg00857.txt.bz2 From: Joel Brobecker 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 = new pck.shape with record${eol}${sp}r: integer;${eol}end record" \ "ptype s" -- 1.7.10.4