mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-22 05:57:41 +02:00
Fixed Windows tests
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
|
||||
static std::string np (const std::string &s)
|
||||
{
|
||||
return tl::replaced (s, "\\\\", "/");
|
||||
return tl::replaced (s, "\\", "/");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user