tests: disable example assuming (void*) == void(*)()

This commit is contained in:
Daniel Kochmański 2016-12-09 20:07:44 +01:00
parent 14a849b7fe
commit 72ee30a182

View file

@ -76,7 +76,7 @@ int (*foo)(int) = (int (*)(int))#0;
;;; Callback examples based on the DFFI. Only work if this feature
;;; has been linked in.
;;;
#+(and dffi (not ecl-bytecmp))
#+(and (or) dffi (not ecl-bytecmp))
(test ffi.0003.callback-dffi-example
(is
(and (zerop (si::system "rm -rf tmp; mkdir tmp"))