From bb50ac61bb44a9a80eec2ab6f239a84e01b8b9c2 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 17 Jul 2022 15:13:47 +0200 Subject: [PATCH] :children_crossing: add error message if test suite cannot be found Fixes #3584 --- tests/src/unit-testsuites.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/src/unit-testsuites.cpp b/tests/src/unit-testsuites.cpp index cc163b908..d02f77029 100644 --- a/tests/src/unit-testsuites.cpp +++ b/tests/src/unit-testsuites.cpp @@ -32,7 +32,6 @@ SOFTWARE. #include using nlohmann::json; -#include "make_test_data_available.hpp" #include #include "make_test_data_available.hpp"