Skip to content

Commit

Permalink
Add annotations to array unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
belka-ew committed Jan 12, 2018
1 parent 82353aa commit d09fd8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/accessors.d
Original file line number Diff line number Diff line change
@@ -889,7 +889,7 @@ unittest
assert(S.bar == 6);
}

unittest
@nogc nothrow pure @safe unittest
{
struct Thing
{
@@ -912,7 +912,7 @@ unittest
}
}

unittest
nothrow pure @safe unittest
{
class Class
{

0 comments on commit d09fd8b

Please sign in to comment.