fix ONLY-ONE-BOXED-CONSTANT-FOR-MULTIPLE-USES test
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 5 Dec 2011 23:55:30 +0000 (01:55 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 5 Dec 2011 23:55:30 +0000 (01:55 +0200)
  Feh.

tests/compiler.pure.lisp

index dd0cb16..4bdde67 100644 (file)
                        `(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)