diff options
Diffstat (limited to 'tests/concepts/texplain.nim')
-rw-r--r-- | tests/concepts/texplain.nim | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/concepts/texplain.nim b/tests/concepts/texplain.nim index ac0c972f5..4ec848732 100644 --- a/tests/concepts/texplain.nim +++ b/tests/concepts/texplain.nim @@ -65,14 +65,14 @@ expression: f(y) ''' errormsg: "type mismatch: got <MatchingType>" line: 138 -""" - - - - - + disabled: 32bit +""" +# disabled on 32 bit, because the order of suggested alternatives ``r`` differs +# proc r[T](a: SomeNumber; b: T; c: auto) +# proc r(i: string): int +# proc r(o: RegularConcept): int |