Fix test character.pure.lisp / BUG-994487 on non-unicode.
authorLutz Euler <lutz.euler@freenet.de>
Thu, 7 Jun 2012 21:21:47 +0000 (23:21 +0200)
committerLutz Euler <lutz.euler@freenet.de>
Thu, 7 Jun 2012 21:21:47 +0000 (23:21 +0200)
commitadc09c3bd72bf86b1435cc5569682af00f3db348
treea290b4e523d9fcca44719a0f5ba61982dbbaeba5
parent4de15256dd6387e52c8b9f5588c08044b68f6817
Fix test character.pure.lisp / BUG-994487 on non-unicode.

Replace a literal 1114111 with (1- CHAR-CODE-LIMIT) so that the test
works on #-sb-unicode, too.
tests/character.pure.lisp