mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Fix a test
[skip ci]
This commit is contained in:
parent
621a78e63f
commit
327486b47b
|
|
@ -471,7 +471,7 @@
|
|||
(let ((fast (checked-compile
|
||||
`(lambda ,vars
|
||||
(,op ,@args))
|
||||
:allow-style-warnings (eq op '/)))
|
||||
:allow-warnings (eq op '/)))
|
||||
(slow (checked-compile
|
||||
`(lambda ,vars
|
||||
(declare (notinline ,op))
|
||||
|
|
|
|||
Loading…
Reference in a new issue