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

@ -1771,7 +1771,7 @@ CommonType!(T1, T2) ifThrown(T1, T2)(lazy scope T1 expression, scope T2 delegate
static assert(!__traits(compiles, (new Object()).ifThrown(e=>1)));
}
version(StdUnittest) package
version(unittest) package
@property void assertCTFEable(alias dg)()
{
static assert({ cast(void) dg(); return true; }());