try to make travis green

This commit is contained in:
Araq
2019-04-02 12:24:58 +02:00
parent 9029257a99
commit f2691fdc7e

View File

@@ -152,7 +152,7 @@ proc hashType(c: var MD5Context, t: PType; flags: set[ConsiderFlag]) =
for i in countup(0, sonsLen(t) - 1):
c.hashType t.sons[i], flags
of tyDistinct:
if CoType in flags:
if {CoType, CoConsiderOwned} * flags == {CoType}:
c.hashType t.lastSon, flags
else:
c.hashSym(t.sym)