u_cleanup is called from unit/run.cpp already [skip ci]

This commit is contained in:
Dane Springmeyer 2015-05-22 13:56:59 -07:00
parent 6c8a72dfb0
commit aae52dad2e

View file

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