X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Frun.lisp;h=c473754ff619078ef5bf260cc3a15ee63d6b5d79;hb=c7667c4ac1b77d7128e4c43da8f1997ea24d8921;hp=c5020fbee4eca5724190508a817fecd16d9f3e11;hpb=869a1f5516006aba36b927d447206f686206fbc1;p=fiveam.git diff --git a/src/run.lisp b/src/run.lisp index c5020fb..c473754 100644 --- a/src/run.lisp +++ b/src/run.lisp @@ -56,7 +56,7 @@ between test-cases has been detected.")) (defgeneric run-resolving-dependencies (test) (:documentation "Given a dependency spec determine if the spec is satisfied or not, this will generally involve running other -tests. If the dependency spec can be satisfied the test is alos +tests. If the dependency spec can be satisfied the test is also run.")) (defmethod run-resolving-dependencies ((test test-case))