Skip to content

Commit

Permalink
unify comment style - gems/unittesting (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach authored and PetarKirov committed Aug 28, 2016
1 parent 633c42b commit bf0f01d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions gems/unittesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,13 @@ void main()
vec);
}
// Or just somewhere else.
// Nothing is compiled in and just
// ignored in normal mode. Run dub test
// locally or compile with dmd -unittest
// to actually test your modules.
/*
Or just somewhere else.
Nothing is compiled in and just
ignored in normal mode. Run dub test
locally or compile with dmd -unittest
to actually test your modules.
*/
unittest {
Vector3 vec;
// .init a special built-in property that
Expand Down

0 comments on commit bf0f01d

Please sign in to comment.