summary refs log tree commit diff stats
path: root/tests/misc/t16264.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/t16264.nim')
-rw-r--r--tests/misc/t16264.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/misc/t16264.nim b/tests/misc/t16264.nim
new file mode 100644
index 000000000..afe319e6c
--- /dev/null
+++ b/tests/misc/t16264.nim
@@ -0,0 +1,2 @@
+import times
+doAssert low(Time) == fromUnix(0)
\ No newline at end of file