From 23acd26e6b2edb45af0e2d3ddab549b4295f2d99 Mon Sep 17 00:00:00 2001 From: map-per Date: Fri, 12 Dec 2025 14:37:21 +0100 Subject: [PATCH] cleanup Signed-off-by: map-per --- libs/editor/editor_tests/feature_type_to_osm_test.cpp | 5 ----- libs/editor/feature_type_to_osm.cpp | 1 - 2 files changed, 6 deletions(-) diff --git a/libs/editor/editor_tests/feature_type_to_osm_test.cpp b/libs/editor/editor_tests/feature_type_to_osm_test.cpp index 3d919bbf5..67d0f7cec 100644 --- a/libs/editor/editor_tests/feature_type_to_osm_test.cpp +++ b/libs/editor/editor_tests/feature_type_to_osm_test.cpp @@ -222,8 +222,3 @@ UNIT_TEST(testWithRealFile) TEST_EQUAL(officeResult[1].key, "information", ()); TEST_EQUAL(officeResult[1].value, "office", ()); } - -UNIT_TEST(testToFail) -{ - ASSERT_FAIL("------------------- Don't run further tests -------------------"); -} diff --git a/libs/editor/feature_type_to_osm.cpp b/libs/editor/feature_type_to_osm.cpp index 09a01bb09..22df62e9a 100644 --- a/libs/editor/feature_type_to_osm.cpp +++ b/libs/editor/feature_type_to_osm.cpp @@ -1,6 +1,5 @@ #include "editor/feature_type_to_osm.hpp" -#include "base/logging.hpp" #include "base/assert.hpp" #include "coding/reader_streambuf.hpp" #include "indexer/classificator.hpp"