From e06e0ebb25b392f1f7ce8d28b1d1f9823d6c9f33 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Thu, 17 Oct 2013 13:20:32 -0400 Subject: [PATCH] Remove left-over identifier in test/script-support.lisp --- test/script-support.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/script-support.lisp b/test/script-support.lisp index c869f12cc..16d835346 100644 --- a/test/script-support.lisp +++ b/test/script-support.lisp @@ -402,7 +402,7 @@ is bound, write a message and exit on an error. If (good (key) (when (probe-file afasl) (delete-file afasl)) (rename-file tmp afasl) - compile-asdf key)) + key)) (cond ((null result) (bad :no-output)) -- GitLab