summary refs log tree commit diff stats
path: root/lib/pure
diff options
context:
space:
mode:
authorJamesP <jlp765@gmail.com>2015-12-01 23:05:37 +1000
committerJamesP <jlp765@gmail.com>2015-12-01 23:05:37 +1000
commitdef25504e87f85619a55f72cbee8ce959e4236bc (patch)
tree7902a774d55fb8c3401d6448005572bfee7139e4 /lib/pure
parentf62e8558c839eae3a271c4cd5afeae1f8345fb28 (diff)
downloadNim-def25504e87f85619a55f72cbee8ce959e4236bc.tar.gz
Add comment at end of file on where to find further tests
Diffstat (limited to 'lib/pure')
-rw-r--r--lib/pure/times.nim3
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