mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 05:20:31 +00:00
Merge pull request #5061 from yglukhov/test-case-fixup
Corrected test case for #5057.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user