Merge pull request #5061 from yglukhov/test-case-fixup

Corrected test case for #5057.
This commit is contained in:
Andreas Rumpf
2016-11-28 10:15:13 +01:00
committed by GitHub

View File

@@ -1159,10 +1159,10 @@ when isMainModule:
doAssert(prev < i)
prev = i
block: # Deletion from OrederedTable should account for collision groups. See issue #5057.
block: # Deletion from OrderedTable should account for collision groups. See issue #5057.
# The bug is reproducible only with exact keys
const key1 = "boy_jackpot.inGamma1"
const key2 = "boy_jackpot.outBlack2"
const key1 = "boy_jackpot.inGamma"
const key2 = "boy_jackpot.outBlack"
var t = {
key1: 0,