mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Fix arena.impure.lisp on -sb-unicode.
This commit is contained in:
parent
e0dba852df
commit
1162dd014e
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue