summaryrefslogtreecommitdiff
path: root/tests/package.lisp
diff options
context:
space:
mode:
authorPiotr Szarmanski2022-09-25 19:54:42 +0200
committerPiotr Szarmanski2022-09-25 19:54:42 +0200
commit8db501749d47964b436bc63cafb80a17bfd42396 (patch)
treed6982ac6eff1aeed514f7c11ee5df46a1930805d /tests/package.lisp
parent67d00dc4ce131d5cc46f4041dbf40391697e281d (diff)
Add parallel decoder.
Diffstat (limited to 'tests/package.lisp')
-rw-r--r--tests/package.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/package.lisp b/tests/package.lisp
index 71d6c82..98fdd81 100644
--- a/tests/package.lisp
+++ b/tests/package.lisp
@@ -1,5 +1,5 @@
(defpackage eris/test
- (:use common-lisp eris fiveam sb-gray ironclad))
+ (:use common-lisp eris fiveam trivial-gray-streams ironclad))
(in-package :eris/test)