mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 06:00:35 +03:00
Fix issue 11959 - Set private symbols declared in version(unittest) blocks
This commit is contained in:
parent
a86b12303b
commit
db819575f1
12 changed files with 23 additions and 17 deletions
|
@ -4154,6 +4154,7 @@ string expandTilde(string inputPath) @safe nothrow
|
|||
|
||||
version(unittest)
|
||||
{
|
||||
private:
|
||||
/* Define a mock RandomAccessRange to use for unittesting.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue