author | Alan Dipert
<alan@dipert.org> 2020-04-11 15:00:10 UTC |
committer | Alan Dipert
<alan@dipert.org> 2020-04-11 15:00:10 UTC |
parent | 2b58c6a864dd8b835d86fc7891f894bda71f74a3 |
jacl-tests.lisp | +1 | -1 |
diff --git a/jacl-tests.lisp b/jacl-tests.lisp index e371a40..5c266e3 100644 --- a/jacl-tests.lisp +++ b/jacl-tests.lisp @@ -9,7 +9,7 @@ (let ((is (gensym))) `(\. @|QUnit| (|test| (\. ,label (|toString|)) (lambda (,is) - (declare (async)) + (declare (jacl:async)) (let ((*is* ,is)) ,@body))))))