Fix arena.impure.lisp on -sb-unicode.

This commit is contained in:
Stas Boukarev 2023-01-05 19:43:09 +03:00
parent e0dba852df
commit 1162dd014e

View file

@ -396,8 +396,13 @@
(member ,(complex (coerce (random 10) 'single-float)
(coerce (- (random 10)) 'single-float))
(goo)
#\thumbs_up_sign)
(or stream (member #\thumbs_down_sign :hello))
#+sb-unicode
#\thumbs_up_sign
#-sb-unicode
#\a)
(or stream (member :hello
#+sb-unicode #\thumbs_down_sign
#-sb-unicode #\B))
(array t (,(+ 10 (random 10))))))
(defun show-cache-counts ()