Version 1.8.2: Test suite and more functions for foreign string encoding
[uffi.git] / tests / union.lisp
index 1c7104afed656025de423c809ddc5f866e4201f0..f1f6b781e854af90fbc1178cbfe75d7d425164c8 100644 (file)
 (deftest :union.3 (plusp (uffi:get-slot-value *u* 'tunion1 'uint)) t)
 
 
+#-openmcl
 (uffi:def-union foo-u
     (bar :pointer-self))
 
+#-openmcl
 (uffi:def-foreign-type foo-u-ptr (* foo-u))
 
 ;; tests that compilation worked
+#-openmcl
 (deftest :unions.4
   (with-foreign-object (p 'foo-u)
     t)
   t)
 
+#-openmcl
 (deftest :unions.5
     (progn
       (uffi:def-foreign-type foo-union (:union foo-u))