From 239587824837021e77f78a67b4c7e3d87ed8f1dc Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 6 Jul 2023 23:23:41 -0700 Subject: Restructure project as suggested by running ‘hall init --convert’ --- tests/inkplate.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/inkplate.scm') diff --git a/tests/inkplate.scm b/tests/inkplate.scm index fb18199..989a065 100644 --- a/tests/inkplate.scm +++ b/tests/inkplate.scm @@ -1,5 +1,5 @@ (use-modules (srfi srfi-64) - (inkplate lowlevel)) + (inkplate)) (define* (call-with-test-device func #:key (input-string "")) (let ((device (make-inkplate (open-input-string input-string) (open-output-string)))) -- cgit v1.2.3-54-g00ecf