Fixed Windows tests

This commit is contained in:
Matthias Koefferlein 2021-12-16 22:51:14 +01:00
parent 397efd4119
commit e1df15a47f
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
static std::string np (const std::string &s)
{
return tl::replaced (s, "\\\\", "/");
return tl::replaced (s, "\\", "/");
}