Skip to content

Commit

Permalink
Remove outdated comment from std.typecons.scoped unittest.
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sh committed Oct 28, 2012
1 parent b3d3c44 commit deb33d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion std/typecons.d
Expand Up @@ -3135,7 +3135,6 @@ unittest // Issue 6580 testcase

void alignmentTest()
{
// Enshure `forAlignmentOnly` field really helps
auto c1long = scoped!C1long();
auto c2long = scoped!C2long();
assert(cast(size_t)&c1long.l % longAlignment == 0);
Expand Down

0 comments on commit deb33d0

Please sign in to comment.