diff options
Diffstat (limited to 't/package.lisp')
-rw-r--r-- | t/package.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/package.lisp b/t/package.lisp index 3581978..28a24c2 100644 --- a/t/package.lisp +++ b/t/package.lisp @@ -1,5 +1,5 @@ (defpackage #:rva-tests (:use #:cl #:fiveam) (:export #:run! - #:test-rva - #:all-tests)) + #:test-rva + #:all-tests)) |