From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15715 invoked by alias); 3 Sep 2009 21:47:03 -0000 Received: (qmail 15697 invoked by uid 22791); 3 Sep 2009 21:47:01 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_53,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Sep 2009 21:46:55 +0000 Received: from wpaz5.hot.corp.google.com (wpaz5.hot.corp.google.com [172.24.198.69]) by smtp-out.google.com with ESMTP id n83Lkp2C019445 for ; Thu, 3 Sep 2009 22:46:52 +0100 Received: from localhost (ruffy.mtv.corp.google.com [172.18.118.116]) by wpaz5.hot.corp.google.com with ESMTP id n83LknB0018819 for ; Thu, 3 Sep 2009 14:46:49 -0700 Received: by localhost (Postfix, from userid 67641) id 0932B844C3; Thu, 3 Sep 2009 14:46:48 -0700 (PDT) To: gdb-patches@sourceware.org Subject: [obv] fix typo in store.exp Message-Id: <20090903214649.0932B844C3@localhost> Date: Thu, 03 Sep 2009 21:47:00 -0000 From: dje@google.com (Doug Evans) X-System-Of-Record: true 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: 2009-09/txt/msg00094.txt.bz2 Hi. Checked in as obvious. 2009-09-03 Doug Evans * gdb.base/store.exp (check_set): Fix typo in expected value message. Index: testsuite/gdb.base/store.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/store.exp,v retrieving revision 1.12 diff -u -p -r1.12 store.exp --- testsuite/gdb.base/store.exp 7 Jul 2009 21:33:50 -0000 1.12 +++ testsuite/gdb.base/store.exp 3 Sep 2009 21:42:07 -0000 @@ -67,7 +67,7 @@ proc check_set { t l r new add } { gdb_test "set variable l = 4" "" \ "${prefix}; setting l to 4" gdb_test "print l" " = ${new}" \ - "${prefix}; print new l, expecting ${l}" + "${prefix}; print new l, expecting ${new}" gdb_test "next" "return l \\+ r;" \ "${prefix}; next over add call" gdb_test "print l" " = ${add}" \