From 91576352f90fc580858465219ceff74b24971fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Tue, 7 Jul 2020 11:30:37 +0200 Subject: [PATCH] Fixup single_include to be consistent with last tag Closes #1975 --- single_include/catch2/catch.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/single_include/catch2/catch.hpp b/single_include/catch2/catch.hpp index fcd5c253..b066b71d 100644 --- a/single_include/catch2/catch.hpp +++ b/single_include/catch2/catch.hpp @@ -4522,7 +4522,6 @@ namespace Catch { virtual int abortAfter() const = 0; virtual bool showInvisibles() const = 0; virtual ShowDurations::OrNot showDurations() const = 0; - virtual double minDuration() const = 0; virtual TestSpec const& testSpec() const = 0; virtual bool hasTestFilters() const = 0; virtual std::vector const& getTestsOrTags() const = 0;