Skip to content

Commit

Permalink
Merge pull request #2553 from monarchdodra/13508
Browse files Browse the repository at this point in the history
Cleanup 13508
  • Loading branch information
DmitryOlshansky committed Sep 24, 2014
2 parents 4d5e84a + 4579a45 commit 8d1c914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/container/dlist.d
Expand Up @@ -798,7 +798,7 @@ private:
}

// Issue 8895
/+@safe+/ unittest //@@@13508@@@ for safety
@safe unittest
{
auto a = make!(DList!int)(1,2,3,4);
auto b = make!(DList!int)(1,2,3,4);
Expand Down

0 comments on commit 8d1c914

Please sign in to comment.