typo fix implementation macro (#519)

This commit is contained in:
jgart 2022-05-18 12:09:55 -05:00 committed by GitHub
parent 73b5b2a460
commit ab78f9deef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)))