projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7faed9
)
fix ONLY-ONE-BOXED-CONSTANT-FOR-MULTIPLE-USES test
author
Nikodemus Siivola
<nikodemus@random-state.net>
Mon, 5 Dec 2011 23:55:30 +0000
(
01:55
+0200)
committer
Nikodemus Siivola
<nikodemus@random-state.net>
Mon, 5 Dec 2011 23:55:30 +0000
(
01:55
+0200)
Feh.
tests/compiler.pure.lisp
patch
|
blob
|
history
diff --git
a/tests/compiler.pure.lisp
b/tests/compiler.pure.lisp
index
dd0cb16
..
4bdde67
100644
(file)
--- 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)