From d3afa54144748685d12c159407194e03538e98de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 24 Aug 2020 20:34:11 +0200 Subject: Move util modules into calp module.. --- tests/datetime.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/datetime.scm') diff --git a/tests/datetime.scm b/tests/datetime.scm index 73b7ce65..83750472 100644 --- a/tests/datetime.scm +++ b/tests/datetime.scm @@ -10,7 +10,7 @@ leap-year? ) ((ice-9 format) format) - ((util) let*) + ((calp util) let*) ) (test-equal "empty time" -- cgit v1.2.3