make tests green again on 32bit systems

This commit is contained in:
Araq
2019-08-09 10:12:32 +02:00
parent 3b8f721460
commit da37177ac2

View File

@@ -140,7 +140,7 @@ type
unusedImports*: seq[(PSym, TLineInfo)]
exportIndirections*: IntSet
template idPairToInt*(a, b: int): int = a * 10_000_000 + b
template idPairToInt*(a, b: int): int = a * 1_000_000 + b
template config*(c: PContext): ConfigRef = c.graph.config