diff options
Diffstat (limited to 'Lisp')
-rw-r--r-- | Lisp/tests.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lisp/tests.lisp b/Lisp/tests.lisp index 60e9387..96d15a9 100644 --- a/Lisp/tests.lisp +++ b/Lisp/tests.lisp @@ -18,7 +18,7 @@ (defpackage #:mulk.objective-cl.tests (:nicknames #:objcl-tests #:objective-cl-tests #:mulk.objcl-tests) (:use #:stefil #:mulk.objective-cl #:cl) - (:export #:run-all-tests) + (:export #:run-all-tests #:objective-cl) (:shadowing-import-from #:objcl #:struct #:union #:pointer #:oneway #:out #:in #:inout #:const #:parse-typespec #:objective-c-class |