summaryrefslogtreecommitdiff
path: root/Lisp/tests.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Lisp/tests.lisp')
-rw-r--r--Lisp/tests.lisp8
1 files changed, 6 insertions, 2 deletions
diff --git a/Lisp/tests.lisp b/Lisp/tests.lisp
index 7d6ddb9..1404f86 100644
--- a/Lisp/tests.lisp
+++ b/Lisp/tests.lisp
@@ -5,7 +5,7 @@
(:shadowing-import-from #:objcl
#:struct #:union #:pointer #:oneway #:out #:in
#:inout #:const #:parse-typespec #:objc-class
- #:bit-field))
+ #:bit-field #:opaque))
(in-package #:mulk.objective-cl.tests)
@@ -123,7 +123,11 @@
(:string ())
(struct () "Untermulk"
(struct () "Unteruntermulk"))
- (:int ()))))))
+ (:int ()))))
+ ((ensure-same (parse-typespec "^^{OpaqueStruct}")
+ '(pointer ()
+ (pointer ()
+ (struct (opaque) "OpaqueStruct")))))))
(deftestsuite data-coercion (objective-cl)