From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13487 invoked by alias); 4 Oct 2011 17:43:57 -0000 Received: (qmail 13476 invoked by uid 22791); 4 Oct 2011 17:43:55 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta12.emeryville.ca.mail.comcast.net (HELO qmta12.emeryville.ca.mail.comcast.net) (76.96.27.227) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 04 Oct 2011 17:43:42 +0000 Received: from omta19.emeryville.ca.mail.comcast.net ([76.96.30.76]) by qmta12.emeryville.ca.mail.comcast.net with comcast id gh2P1h0021eYJf8AChjbFo; Tue, 04 Oct 2011 17:43:35 +0000 Received: from [10.127.238.91] ([65.206.2.68]) by omta19.emeryville.ca.mail.comcast.net with comcast id ghdj1h00E1U2a2h01hdluu; Tue, 04 Oct 2011 17:37:52 +0000 Subject: Re: [RFA] testsuite: fix py-value tests Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Paul Koning In-Reply-To: Date: Tue, 04 Oct 2011 17:43:00 -0000 Cc: gdb-patches@sourceware.org Content-Transfer-Encoding: 7bit Message-Id: References: To: Tom Tromey 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: 2011-10/txt/msg00105.txt.bz2 On Oct 4, 2011, at 1:28 PM, Tom Tromey wrote: >>>>>> "Paul" == Paul Koning writes: > > Paul> I'm not sure how to describe the change for the ChangeLog. > > What you wrote seems ok to me. > > Paul> 2011-10-04 Paul Koning > Paul> * gdb.python/py-value.c (main): Break before return. > > Patch is ok. Thanks. > > Tom Thank you. Committed. paul