mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +03:00
Replaced version(unittest) blocks with version(StdUnittest)
This commit is contained in:
parent
b959f6b53e
commit
18cbb29b04
44 changed files with 79 additions and 80 deletions
|
@ -59,7 +59,7 @@ $(TR $(TD Enums) $(TD
|
|||
+/
|
||||
module std.ascii;
|
||||
|
||||
version (unittest)
|
||||
version(StdUnittest)
|
||||
{
|
||||
// FIXME: When dmd bug #314 is fixed, make these selective.
|
||||
import std.meta; // : AliasSeq;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue