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
|
@ -4123,7 +4123,7 @@ private struct RoundRobinBuffer(C1, C2)
|
|||
version(unittest)
|
||||
{
|
||||
// This was the only way I could get nested maps to work.
|
||||
__gshared TaskPool poolInstance;
|
||||
private __gshared TaskPool poolInstance;
|
||||
}
|
||||
|
||||
// These test basic functionality but don't stress test for threading bugs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue