Skip to content

Commit

Permalink
Add @safe to std.typetuple unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atilaneves committed Jul 2, 2016
1 parent 558aefd commit 9af7855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std/typetuple.d
Expand Up @@ -17,7 +17,7 @@ public import std.meta;
alias TypeTuple = AliasSeq;

///
unittest
@safe unittest
{
import std.typetuple;
alias TL = TypeTuple!(int, double);
Expand All @@ -29,7 +29,7 @@ unittest
}

///
unittest
@safe unittest
{
alias TL = TypeTuple!(int, double);

Expand Down

0 comments on commit 9af7855

Please sign in to comment.