aboutsummaryrefslogtreecommitdiffstats
path: root/tests/inkplate.scm
diff options
context:
space:
mode:
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))))