aboutsummaryrefslogtreecommitdiffstats
path: root/tests/inkplate.scm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-07-06 23:23:41 -0700
committerGravatar Tom Willemse2023-07-06 23:30:24 -0700
commit239587824837021e77f78a67b4c7e3d87ed8f1dc (patch)
tree4b90f00b9fd745db1a2878ac149ad7adc75c9184 /tests/inkplate.scm
parent0b9f699b14670baf133b001dacf00fcb2da060d2 (diff)
downloadguile-inkplate-239587824837021e77f78a67b4c7e3d87ed8f1dc.tar.gz
guile-inkplate-239587824837021e77f78a67b4c7e3d87ed8f1dc.zip
Restructure project as suggested by running ‘hall init --convert’
Diffstat (limited to 'tests/inkplate.scm')
-rw-r--r--tests/inkplate.scm2
1 files changed, 1 insertions, 1 deletions
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))))