mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +03:00
Revert addition of StdUnittest
This commit is contained in:
parent
d487bec91f
commit
663b5b9278
56 changed files with 99 additions and 99 deletions
|
@ -4103,7 +4103,7 @@ private struct RoundRobinBuffer(C1, C2)
|
|||
}
|
||||
}
|
||||
|
||||
version(StdUnittest)
|
||||
version(unittest)
|
||||
{
|
||||
// This was the only way I could get nested maps to work.
|
||||
__gshared TaskPool poolInstance;
|
||||
|
@ -4770,7 +4770,7 @@ version(parallelismStressTest)
|
|||
}
|
||||
}
|
||||
|
||||
version(StdUnittest)
|
||||
version(unittest)
|
||||
{
|
||||
struct __S_12733
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue