Remove ypsilon import from tests
This commit is contained in:
parent
df98cc3de1
commit
b35611c62f
|
|
@ -543,5 +543,4 @@
|
||||||
(ypsilon (include "pffi/ypsilon.scm")))
|
(ypsilon (include "pffi/ypsilon.scm")))
|
||||||
(include "pffi/shared/struct.scm")
|
(include "pffi/shared/struct.scm")
|
||||||
(include "pffi/shared/union.scm")
|
(include "pffi/shared/union.scm")
|
||||||
(include "pffi/shared/main.scm")
|
(include "pffi/shared/main.scm"))
|
||||||
)
|
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,7 @@
|
||||||
(scheme char)
|
(scheme char)
|
||||||
(scheme file)
|
(scheme file)
|
||||||
(scheme process-context)
|
(scheme process-context)
|
||||||
(retropikzel pffi)
|
(retropikzel pffi))
|
||||||
(ypsilon c-ffi)
|
|
||||||
)
|
|
||||||
|
|
||||||
(define header-count 1)
|
(define header-count 1)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue