Under ECL, set-difference outputs values in reverse order.

This commit is contained in:
jjgarcia 2002-05-13 08:16:10 +00:00
parent 6f10f3e925
commit 8484be417b

View file

@ -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