Fixed test
This commit is contained in:
parent
709b59b54a
commit
f7c5afac16
@ -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());
|
||||
}
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user