Skip to content

Commit

Permalink
Update test to use arrow-macros
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
Jach committed Nov 23, 2020
1 parent 8c86be6 commit a581e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cl-catmull-rom-spline.asd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
(asdf:defsystem #:cl-catmull-rom-spline/test
:depends-on (#:cl-catmull-rom-spline
#:fiveam
#:cl-arrows
#:arrow-macros
#:uiop)
:serial t
:pathname "test"
Expand Down
2 changes: 1 addition & 1 deletion test/spline-test.lisp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(in-package #:cl-user)
(defpackage #:cl-catmull-rom-spline/test
(:use #:common-lisp #:cr-spline #:fiveam #:cl-arrows))
(:use #:common-lisp #:cr-spline #:fiveam #:arrow-macros))
(in-package #:cl-catmull-rom-spline/test)
;(setf *run-test-when-defined* 'T)

Expand Down

0 comments on commit a581e33

Please sign in to comment.