From 97635740f5492046683bd71c25a438d87f2e7c4c Mon Sep 17 00:00:00 2001 From: Jules Fouchy Date: Sat, 23 Nov 2024 21:20:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Fix=20tests=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/tests.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/tests.cpp b/tests/tests.cpp index c92aa4a7..1403871f 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -4,10 +4,6 @@ #include class PathsConfig : public Cool::PathsConfig { -public: - PathsConfig() - : Cool::PathsConfig{"Coollab-Tests"} - {} }; // NB: the tests are defined alongside the file that they test, not here.