From a2bef144377ccd88c6c3369b442fdd933fe1c4f1 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Tue, 6 Dec 2011 01:55:30 +0200 Subject: [PATCH] fix ONLY-ONE-BOXED-CONSTANT-FOR-MULTIPLE-USES test Feh. --- tests/compiler.pure.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compiler.pure.lisp b/tests/compiler.pure.lisp index dd0cb16..4bdde67 100644 --- a/tests/compiler.pure.lisp +++ b/tests/compiler.pure.lisp @@ -4127,7 +4127,7 @@ `(lambda (x) (unknown-fun ,big (+ ,big x)))))) (assert (equal (list 0 (1+ most-positive-fixnum)) - (ctu:find-code-constants fun :type t))))) + (ctu:find-code-constants fun :type 'integer))))) (with-test (:name :fixnum+float-coerces-fixnum :skipped-on :x86) -- 1.7.10.4