Fix debug build

This commit is contained in:
Andrei Alexandrescu 2015-02-01 12:51:33 -08:00
parent 449ff95df6
commit c0aad5b580
5 changed files with 10 additions and 4 deletions

View file

@ -661,7 +661,7 @@ public struct UUID
}
///
@safe pure unittest
pure unittest
{
//compare UUIDs
assert(UUID("00000000-0000-0000-0000-000000000000") == UUID.init);