From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11828 invoked by alias); 28 Jan 2010 18:01:30 -0000 Received: (qmail 10911 invoked by uid 22791); 28 Jan 2010 18:01:28 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 28 Jan 2010 18:01:25 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0SI1NxM007797 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 28 Jan 2010 13:01:24 -0500 Received: from [10.15.16.55] (toner.yyz.redhat.com [10.15.16.55]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0SI1NnI015873 for ; Thu, 28 Jan 2010 13:01:23 -0500 Message-ID: <4B61D1B9.9080709@redhat.com> Date: Thu, 28 Jan 2010 18:01:00 -0000 From: Sami Wagiaalla User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc12 Thunderbird/3.0.1 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [patch] Test cases nsusing.exp and nsrecurs.exp References: <4B609E5F.9060008@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2010-01/txt/msg00607.txt.bz2 > Sami> +gdb_test "print _a" "No symbol \"_a\" in current context." "Print _a without import" > > There are a few over-long lines like this. Break them up like: > > gdb_test "print _a" "No symbol \"_a\" in current context." \ > "Print _a without import" > > Ok with that change. > Thank you. Fixed and committed. Sami