mirror of https://github.com/KLayout/klayout.git
Fixed Windows tests
This commit is contained in:
parent
397efd4119
commit
e1df15a47f
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
static std::string np (const std::string &s)
|
||||
{
|
||||
return tl::replaced (s, "\\\\", "/");
|
||||
return tl::replaced (s, "\\", "/");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue