Raymond Toy pushed to branch issue-318-add-concrete-standard-char-type at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • tests/standard-char.lisp
    ... ... @@ -237,7 +237,7 @@
    237 237
         ;; characters.  To make this repeatable, use a fixed random-state,
    
    238 238
         ;; otherwise, it becomes hard to debug
    
    239 239
         (dotimes (k 200)
    
    240
    -      (let* ((ch (code-char (random char-code-limit)))
    
    240
    +      (let* ((ch (code-char (random 128)))
    
    241 241
     	     (expected (if (standard-char-p ch)
    
    242 242
     			   :is-standard :is-other))
    
    243 243
     	     (actual (handler-case