Fix DScanner warnings

This commit is contained in:
Sebastian Wilzbach 2018-02-09 18:29:38 +01:00
parent fcaf801cd1
commit d9830b739e
17 changed files with 104 additions and 82 deletions

View file

@ -416,7 +416,7 @@ T enforce(T)(T value, lazy Throwable ex)
}
///
unittest
@system unittest
{
import core.stdc.stdlib : malloc, free;
import std.conv : ConvException, to;