mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 09:20:23 -07:00
tests: disable example assuming (void*) == void(*)()
This commit is contained in:
parent
14a849b7fe
commit
72ee30a182
1 changed files with 1 additions and 1 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue