u_cleanup is called from unit/run.cpp already [skip ci]
This commit is contained in:
parent
6c8a72dfb0
commit
aae52dad2e
1 changed files with 0 additions and 4 deletions
|
@ -24,9 +24,6 @@
|
|||
#include <algorithm>
|
||||
#include <mapnik/make_unique.hpp>
|
||||
|
||||
// icu - for memory cleanup (to make valgrind happy)
|
||||
#include "unicode/uclean.h"
|
||||
|
||||
TEST_CASE("fontset") {
|
||||
|
||||
SECTION("error") {
|
||||
|
@ -80,6 +77,5 @@ SECTION("error") {
|
|||
} catch (std::exception const& ex) {
|
||||
REQUIRE(std::string(ex.what()) == std::string("Unable to find specified font face 'DejaVu Sans Book' in font set: 'fontset'"));
|
||||
}
|
||||
u_cleanup();
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue