From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ffRpj-0001zq-RI for qemu-devel@nongnu.org; Tue, 17 Jul 2018 11:24:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ffRpj-0002Fc-1d for qemu-devel@nongnu.org; Tue, 17 Jul 2018 11:24:11 -0400 Received: from mail-oi0-x232.google.com ([2607:f8b0:4003:c06::232]:36216) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ffRpi-0002FJ-Ra for qemu-devel@nongnu.org; Tue, 17 Jul 2018 11:24:10 -0400 Received: by mail-oi0-x232.google.com with SMTP id r16-v6so2769284oie.3 for ; Tue, 17 Jul 2018 08:24:10 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180705182001.16537-15-mdavidsaver@gmail.com> References: <20180705182001.16537-1-mdavidsaver@gmail.com> <20180705182001.16537-15-mdavidsaver@gmail.com> From: Peter Maydell Date: Tue, 17 Jul 2018 16:23:49 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH 14/14] tests: drop ds1338-test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Davidsaver Cc: Paolo Bonzini , Thomas Huth , Antoine Mathys , David Gibson , QEMU Developers On 5 July 2018 at 19:20, Michael Davidsaver wrote: > redundant to ds-rtc-*-test.c > > Signed-off-by: Michael Davidsaver > --- > tests/Makefile.include | 2 -- > tests/ds1338-test.c | 75 -------------------------------------------------- > 2 files changed, 77 deletions(-) > delete mode 100644 tests/ds1338-test.c > Reviewed-by: Peter Maydell thanks -- PMM