Fix a test

[skip ci]
This commit is contained in:
Stas Boukarev 2026-04-08 22:50:14 +03:00
parent 621a78e63f
commit 327486b47b

View file

@ -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))