diff options
author | Varriount <Varriount@users.noreply.github.com> | 2014-12-28 20:44:38 -0500 |
---|---|---|
committer | Varriount <Varriount@users.noreply.github.com> | 2014-12-28 20:44:38 -0500 |
commit | 108bfbae2e654fbba1650c01e2c7b706592becde (patch) | |
tree | 48c989f78a028889ac12914b5f1b8b9795517a49 | |
parent | a70a64b74d35c6e540ab914531741bbdcf4201a6 (diff) | |
parent | 2bd425c5b403d4e42162245c39b93193769b4d3d (diff) | |
download | Nim-108bfbae2e654fbba1650c01e2c7b706592becde.tar.gz |
Merge pull request #1785 from gmpreussner/devel
Fixed tusertypeclasses test
-rw-r--r-- | tests/metatype/tusertypeclasses.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/metatype/tusertypeclasses.nim b/tests/metatype/tusertypeclasses.nim index a5d575dbf..6e9e4934b 100644 --- a/tests/metatype/tusertypeclasses.nim +++ b/tests/metatype/tusertypeclasses.nim @@ -12,7 +12,7 @@ type (x < y) is bool ObjectContainer = generic C - C.len is ordinal + C.len is Ordinal for v in items(C): v.type is tuple|object |