mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-04 11:13:58 +08:00
Fix for shadow issue in tests.
This commit is contained in:
parent
361af7e51d
commit
3c14bd1af2
@ -2643,8 +2643,8 @@ TEST_CASE("Windows: UNC path support", "[filesystem][path][fs.path.win.unc]")
|
||||
R"(\\?\UNC\C$\Windows\notepad.exe)",
|
||||
R"(\\?\GLOBALROOT\Device\Mup\C$\Windows\notepad.exe)",
|
||||
};
|
||||
for (auto p : variants) {
|
||||
std::cerr << p.string() << " - " << p.root_name() << ", " << p.root_path() << ": " << iterateResult(p) << std::endl;
|
||||
for (auto pt : variants) {
|
||||
std::cerr << pt.string() << " - " << pt.root_name() << ", " << pt.root_path() << ": " << iterateResult(pt) << std::endl;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user