cm_cxx_filesystem.cxx: revert erroneous change

Revert erroneous change introduced by commit 0a81ea1.
This commit is contained in:
Marc Chevrier
2022-03-15 15:38:09 +01:00
parent 486e87331a
commit 10689e564f

View File

@@ -3,8 +3,6 @@
int main()
{
return 1;
std::filesystem::path p0(L"/a/b/c");
std::filesystem::path p1("/a/b/c");