From def25504e87f85619a55f72cbee8ce959e4236bc Mon Sep 17 00:00:00 2001 From: JamesP Date: Tue, 1 Dec 2015 23:05:37 +1000 Subject: [PATCH] Add comment at end of file on where to find further tests --- lib/pure/times.nim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/pure/times.nim b/lib/pure/times.nim index 306035c76e..c9854a650a 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