mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
typo fix implementation macro (#519)
This commit is contained in:
parent
73b5b2a460
commit
ab78f9deef
|
|
@ -36,7 +36,7 @@
|
|||
:components
|
||||
((:file "ros"))))
|
||||
:perform (test-op :after (op c)
|
||||
#+quickisp(ql:quickload :prove-asdf)
|
||||
#+quicklisp(ql:quickload :prove-asdf)
|
||||
#-asdf(asdf:load-system :prove-asdf)
|
||||
(uiop:symbol-call :prove-asdf :run-test-system c)
|
||||
(asdf:clear-system c)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue