Fixed Windows tests

This commit is contained in:
Matthias Koefferlein
2021-12-16 22:51:20 +01:00
parent 397efd4119
commit e1df15a47f
+1
View File
@@ -28,6 +28,7 @@
static std::string np (const std::string &s)
{
return tl::replaced (s, "\\\\", "/");
return tl::replaced (s, "\\", "/");
}