diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/packages.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/packages.lisp b/test/packages.lisp index b41a38e..7f5058a 100644 --- a/test/packages.lisp +++ b/test/packages.lisp @@ -31,4 +31,4 @@ (defpackage :cl-who-test (:use :cl :cl-who) - (:export :run-all-tests))
\ No newline at end of file + (:export #:run-all-tests))
\ No newline at end of file |