diff options
Diffstat (limited to 'lib/pure/times.nim')
-rw-r--r-- | lib/pure/times.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/pure/times.nim b/lib/pure/times.nim index 306035c76..c9854a650 100644 --- a/lib/pure/times.nim +++ b/lib/pure/times.nim @@ -1204,3 +1204,6 @@ when isMainModule: assert toSeconds(t4L, initInterval(days=1)) == toSeconds(t4, initInterval(days=1)) assert toSeconds(t4L, initInterval(months=1)) == toSeconds(t4, initInterval(months=1)) assert toSeconds(t4L, initInterval(years=1)) == toSeconds(t4, initInterval(years=1)) + + # Further tests are in tests/stdlib/ttime.nim + # koch test c stdlib |