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. |
---|
|
source/dub/test/base.d |
---|