make tests green again

This commit is contained in:
Araq
2014-04-07 15:46:02 +02:00
parent abb7010820
commit 3197ec8e72

View File

@@ -234,8 +234,6 @@ proc semArray(c: PContext, n: PNode, prev: PType): PType =
x.typ.skipTypes({tyTypeDesc}))
else:
indx = x.typ.skipTypes({tyTypeDesc})
if not isOrdinalType(indx):
localError(n[1].info, errOrdinalTypeExpected)
#localError(n[1].info, errConstExprExpected)
addSonSkipIntLit(result, indx)
if indx.kind == tyGenericInst: indx = lastSon(indx)