Annotate typecons unittests

This commit is contained in:
Eugen Wissner 2018-03-07 06:52:35 +01:00
parent 54bcec216e
commit e77a499fa2
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ template Pair(Specs...)
}
///
unittest
@nogc nothrow pure @safe unittest
{
static assert(is(Pair!(int, int)));
static assert(!is(Pair!(int, 5)));