Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
map-per
2025-12-12 14:37:21 +01:00
parent b9af9fb29f
commit 23acd26e6b
2 changed files with 0 additions and 6 deletions

View File

@@ -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 -------------------");
}

View File

@@ -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"