make the tester compile again

This commit is contained in:
Andreas Rumpf
2017-09-25 14:52:52 +02:00
parent 07cf7d3340
commit d3dc753732

View File

@@ -54,7 +54,7 @@ type
akUInt16 = 42, ## any represents an unsigned in16
akUInt32 = 43, ## any represents an unsigned int32
akUInt64 = 44, ## any represents an unsigned int64
akOpt = 44+18 ## the builtin 'opt' type.
# akOpt = 44+18 ## the builtin 'opt' type.
Any* = object ## can represent any nim value; NOTE: the wrapped
## value can be modified with its wrapper! This means