Tests: Fix vfs paths on Windows
With our versioned path implementation, we have the following issue:

assert(NativePath("/foo").absolute); // Passes
assert(NativePath(NativePath("/foo").toNativeString()).absolute); // Fails

However, instead of fixing the implementation, we provide
a different root for the VFS, which is arguably simpler but
also more correct.
1 parent e1ad1a9 commit 3076f1184cb4dc7a9859ca1069df5d62f49dda62
@Mathias Lang Mathias Lang authored on 15 Feb 2024
Mathias LANG committed on 15 Feb 2024
Showing 1 changed file
View
source/dub/test/base.d