Description: Disable a test that fails on CLISP
Author: Sébastien Villemot <sebastien@debian.org>
Forwarded: no
Last-Update: 2018-11-19
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/alexandria-1/tests.lisp
+++ b/alexandria-1/tests.lisp
@@ -2031,6 +2031,7 @@
   t
   t)
 
+#-clisp
 (deftest iota.fp-start-and-complex-integer-step
     (equal '(#C(0.0 0.0) #C(0.0 2.0) #C(0.0 4.0))
            (iota 3 :start 0.0 :step #C(0 2)))
