mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 06:20:38 +00:00
fixes #4494
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user