diff options
Diffstat (limited to 'lib/pure/marshal.nim')
-rw-r--r-- | lib/pure/marshal.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/marshal.nim b/lib/pure/marshal.nim index f52b554cc..789f6ad76 100644 --- a/lib/pure/marshal.nim +++ b/lib/pure/marshal.nim @@ -252,7 +252,7 @@ when isMainModule: ["test", "1", "2", "3", "4"], ["test", "1", "2", "3", "4"], ["test", "1", "2", "3", "4"]] testit(x) - var test2: tuple[name: string, s: int] = ("tuple test", 56) + var test2: tuple[name: string, s: uint] = ("tuple test", 56u) testit(test2) type |