From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id E54833938C10 for ; Wed, 24 Feb 2021 09:42:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E54833938C10 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org Received: from librem (84-29-170-194.cable.dynamic.v4.ziggo.nl [84.29.170.194]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id AE2663000252; Wed, 24 Feb 2021 10:42:37 +0100 (CET) Received: by librem (Postfix, from userid 1000) id F2DDAC3454; Wed, 24 Feb 2021 10:41:24 +0100 (CET) Date: Wed, 24 Feb 2021 10:41:24 +0100 From: Mark Wielaard To: Dodji Seketeli Cc: libabigail@sourceware.org Subject: Re: [PATCH] tests: Update to catch.hpp v2.13.4 and fix #2178 Message-ID: <20210224094124.GH2992@wildebeest.org> References: <87mtvt24wl.fsf@seketeli.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87mtvt24wl.fsf@seketeli.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-9.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_NUMSUBJECT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2021 09:42:41 -0000 Hi Dodji, On Wed, Feb 24, 2021 at 10:26:02AM +0100, Dodji Seketeli wrote: > diff --git a/tests/lib/catch.hpp b/tests/lib/catch.hpp > index 31745154..8bbc0a5b 100644 > --- a/tests/lib/catch.hpp > +++ b/tests/lib/catch.hpp > @@ -1,7 +1,6 @@ > -// SPDX-License-Identifier: BSL-1.0 > /* > - * Catch v2.13.3 > - * Generated: 2020-10-31 18:20:31.045274 > + * Catch v2.13.4 > + * Generated: 2020-12-29 14:48:00.116107 > * ---------------------------------------------------------- > * This file has been merged from multiple headers. Please don't edit it directly > * Copyright (c) 2020 Two Blue Cubes Ltd. All rights reserved. Note that since you are using a regenerated file it is loosing the SPDX identifier that was added manually. Not a big issue since the actual license that permits redistribution is still in the file, but you might want to see if there is a way to update regenerated test files so that they keep the identifier in case someone relies on them. Cheers, Mark