summaryrefslogtreecommitdiff
path: root/tests/package.lisp
diff options
context:
space:
mode:
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 98fdd81..4bd0def 100644
--- a/tests/package.lisp
+++ b/tests/package.lisp
@@ -1,5 +1,5 @@
(defpackage eris/test
- (:use common-lisp eris fiveam trivial-gray-streams ironclad))
+ (:use #:common-lisp #:eris #:fiveam #:trivial-gray-streams #:ironclad))
(in-package :eris/test)