summary refs log tree commit diff stats
path: root/tests/collections
diff options
context:
space:
mode:
Diffstat (limited to 'tests/collections')
-rw-r--r--tests/collections/tsets.nim4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/collections/tsets.nim b/tests/collections/tsets.nim
index be624ffe8..61e14260a 100644
--- a/tests/collections/tsets.nim
+++ b/tests/collections/tsets.nim
@@ -85,10 +85,6 @@ block hashForHashedSet:
   var hashSeq: seq[Hash] = @[]
   doAssert s1 == s2
   doAssert hash(s1) == hash(s2)
-  for c in seq1:
-    if (not (hash(c) in hashSeq)):
-      hashSeq.add(hash(c))
-  doAssert hash(s1) == hash(sorted(hashSeq, cmp[Hash]))
 
 block hashForOrderdSet:
   let