Merge pull request #5427 from ivankoster/patch-1

Remove unnecessary colon in unittest.nim code example
This commit is contained in:
Dominik Picheta
2017-02-24 18:13:27 +01:00
committed by GitHub

View File

@@ -24,7 +24,7 @@
## echo "run before each test"
##
## teardown:
## echo "run after each test":
## echo "run after each test"
##
## test "essential truths":
## # give up and stop if this fails