DScanner: automatially set all unattributed unittests to @safe or @system

This commit is contained in:
Sebastian Wilzbach 2017-02-20 19:06:10 +01:00
parent 9c794f5c87
commit a36cec8686
88 changed files with 838 additions and 838 deletions

View file

@ -1299,7 +1299,7 @@ class Comment : Item
override @property @safe @nogc pure nothrow bool isEmptyXML() const { return false; } /// Returns false always
}
unittest // issue 16241
@safe unittest // issue 16241
{
import std.exception : assertThrown;
auto c = new Comment("==");