Fix issue 11959 - Set private symbols declared in version(unittest) blocks

This commit is contained in:
Basile Burg 2018-08-25 19:32:04 +02:00
parent a86b12303b
commit db819575f1
12 changed files with 23 additions and 17 deletions

View file

@ -4154,6 +4154,7 @@ string expandTilde(string inputPath) @safe nothrow
version(unittest)
{
private:
/* Define a mock RandomAccessRange to use for unittesting.
*/