fixed: gcc8+ filesystem will collapse the multiple slashes

This commit is contained in:
Arne Morten Kvarving 2020-02-14 16:14:15 +01:00
parent a049cd5b03
commit e0939b69f1

View File

@ -82,7 +82,7 @@ BOOST_AUTO_TEST_SUITE(FileName)
BOOST_AUTO_TEST_CASE(ResultSetDescriptor)
{
const auto odir = std::string{"/x/y/z///"};
const auto odir = std::string{"/x/y/z/"};
const auto ext = std::string{"F0123"};
{