Skip to content

Commit

Permalink
Fix test missing in-package :ri.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas de Grivel committed Oct 23, 2015
1 parent f4e1652 commit 5d0294e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests.lisp
@@ -1,3 +1,4 @@
(in-package :ri)

(defclass test-results ()
((repo :initarg :repo)
Expand Down Expand Up @@ -70,4 +71,4 @@ directory, but have not yet been committed to the local repository."
(defun return-lift-results (r)
(values ""
nil
(length (lift::failures r))))
(length (lift::failures r))))

0 comments on commit 5d0294e

Please sign in to comment.