From 93d07b2fa6e32364916225f6218e9e7313027c1f Mon Sep 17 00:00:00 2001 From: "Thomas M. Hermann" Date: Mon, 15 Oct 2012 22:40:58 -0500 Subject: [PATCH] Obsolete call to get-tagged-tests in run-tags. --- lisp-unit.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp-unit.lisp b/lisp-unit.lisp index 8aa831e..4f6528c 100644 --- a/lisp-unit.lisp +++ b/lisp-unit.lisp @@ -585,7 +585,7 @@ assertion.") (defun run-tags (tags &optional (package *package*)) "Run the tests associated with the specified tags in package." - (%run-thunks (get-tagged-tests tags package) package)) + (%run-thunks (tagged-tests tags package) package)) ;;; Useful equality predicates for tests -- 2.11.4.GIT