Fixed test

This commit is contained in:
Antony Polukhin 2017-01-24 00:58:35 +03:00
parent 709b59b54a
commit f7c5afac16

View File

@ -152,8 +152,8 @@ int main(int argc, char* argv[]) {
{
boost::system::error_code ec;
symbol_location_ptr(std::set_terminate(0), ec),
BOOST_TEST(ec);
boost::filesystem::path p = symbol_location_ptr(std::set_terminate(0), ec),
BOOST_TEST(ec || !p.empty());
}
{