mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 01:51:38 +08:00
Fixed test
This commit is contained in:
parent
3c4a2bf531
commit
84e307521d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user