mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 06:00:35 +03:00
Revert addition of StdUnittest
This commit is contained in:
parent
d487bec91f
commit
663b5b9278
56 changed files with 99 additions and 99 deletions
|
@ -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; }());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue