mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-11 03:33:11 -08:00
Under ECL, set-difference outputs values in reverse order.
This commit is contained in:
parent
6f10f3e925
commit
8484be417b
1 changed files with 2 additions and 2 deletions
|
|
@ -116,8 +116,8 @@
|
|||
(my-assert
|
||||
(set-difference '(a b c d e)
|
||||
'(d b e))
|
||||
#+(or xcl allegro gcl cmu sbcl ecl) (c a)
|
||||
#+(or clisp (and akcl (not gcl))) (a c)
|
||||
#+(or xcl allegro gcl cmu sbcl) (c a)
|
||||
#+(or clisp ecl (and akcl (not gcl))) (a c)
|
||||
#-(or xcl clisp akcl allegro cmu sbcl ecl) unknown)
|
||||
|
||||
(my-assert
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue