git » jacl.git » commit c96af85

package-qualify jacl declaration specifier JACL:ASYNC

author Alan Dipert
2020-04-11 15:00:10 UTC
committer Alan Dipert
2020-04-11 15:00:10 UTC
parent 2b58c6a864dd8b835d86fc7891f894bda71f74a3

package-qualify jacl declaration specifier JACL:ASYNC

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))))))