ref: 52c2630d1928a59568bcec62189150369cab628c
parent: dbb92f94adb6431054f12c296795dffd134e8f03
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Thu Feb 6 22:55:09 EST 2025
tests: string->time is always defined
--- a/test/unittest.lsp
+++ b/test/unittest.lsp
@@ -367,9 +367,8 @@
(assert (not (equal? (hash (iota 41))
(hash (iota 42)))))
-(if (top-level-bound? 'string->time)
- (assert (let ((ts (time->string (time-now))))
- (eqv? ts (time->string (string->time ts))))))
+(assert (let ((ts (time->string (time-now))))
+ (eqv? ts (time->string (string->time ts)))))
(assert (equal? 0.0 (+ 0.0 0))) ; tests that + no longer does inexact->exact