From 12087b51cb081123842da313b1add54bd25a0b3a Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 26 Jul 2025 23:05:37 +0200 Subject: [PATCH] tests: Properly remove removed tests --- tests/helpers/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/helpers/CMakeLists.txt b/tests/helpers/CMakeLists.txt index ef3809b79..a5c807f46 100644 --- a/tests/helpers/CMakeLists.txt +++ b/tests/helpers/CMakeLists.txt @@ -15,8 +15,6 @@ set(AVAILABLE_TESTS FileAccess # Utils - SplitStringAtChar - SplitStringAtString ExtractBits )