From 643ecbe2d4d3ded464be8ead828a1771f66016dd Mon Sep 17 00:00:00 2001 From: "Thomas M. Hermann" Date: Sun, 14 Oct 2012 18:44:25 -0500 Subject: [PATCH] Correct merge edit typo. --- lisp-unit.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp-unit.lisp b/lisp-unit.lisp index e021251..46e44d3 100644 --- a/lisp-unit.lisp +++ b/lisp-unit.lisp @@ -582,7 +582,7 @@ assertion.") (summarize-results results) (return results))) -(defun new-run-tests (test-names &optional (package *package*)) +(defun run-tests (test-names &optional (package *package*)) "Run the specified tests in package." (if (eq :all test-names) (%run-all-thunks package) -- 2.11.4.GIT