Skip to content

Commit

Permalink
Package fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferada committed Dec 22, 2014
1 parent e8b227c commit 5657e17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cl-mock.asd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version)."
:license "Simplified BSD License"
:version "1.0.0"
#+asdf-unicode :encoding #+asdf-unicode :utf-8
:depends-on (#:cl-mock-basic #:closer-mop #:alexandria #:optima)
:depends-on (#:cl-mock-basic #:optima)
:in-order-to ((asdf:test-op (asdf:load-op #:cl-mock-tests)))
:perform (asdf:test-op :after (op c)
(funcall (find-symbol (symbol-name '#:run!) '#:fiveam)
Expand Down
2 changes: 1 addition & 1 deletion src/facade.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
for (form . rest) on forms
collect `(,(if rest i T) ,form)))))
(if (listp call)
`(match args
`(optima:match args
((list . ,(cdr call)) ,cases)
(_ (unhandled)))
cases))))))))
2 changes: 1 addition & 1 deletion src/package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(in-package #:cl-user)

(defpackage #:cl-mock
(:use #:closer-common-lisp #:alexandria #:optima)
(:use #:closer-common-lisp #:alexandria)
(:export
;; regular functions
#:maybe-fdefinition
Expand Down

0 comments on commit 5657e17

Please sign in to comment.