Revert addition of StdUnittest

This commit is contained in:
Jack Stouffer 2018-02-20 13:32:32 -05:00
parent d487bec91f
commit 663b5b9278
56 changed files with 99 additions and 99 deletions

View file

@ -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
{