Commit 84e30752 authored by gabime's avatar gabime

Fixed test

parent 3c4a2bf5
......@@ -136,7 +136,7 @@ TEST_CASE("file_helper_split_by_extenstion7", "[file_helper::split_by_extenstion
auto expected_basename = "folder\\.mylog";
#else
auto filename = "folder/.mylog.txt";
auto expected_basename = "folder//.mylog";
auto expected_basename = "folder/.mylog";
#endif
std::string basename, ext;
std::tie(basename, ext) = file_helper::split_by_extenstion(filename);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment