This commit is contained in:
Andreas Rumpf
2016-07-22 12:29:05 +02:00
parent c4fb9f052b
commit fc0bb82802
2 changed files with 34 additions and 25 deletions

View File

@@ -83,3 +83,9 @@ suite "suite with both":
test "unittest with both 2":
check c == 2
suite "bug #4494":
test "Uniqueness check":
var tags = @[1, 2, 3, 4, 5]
check:
allIt(0..3, tags[it] != tags[it + 1])