master: Fix a test
stassats via Sbcl-commits <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL:
via 327486b47b659a7fea388477d970d598e3b3a2f1 (commit)
from 621a78e63f2e9494d9a555ebfb5c1e179f0a28b7 (commit)
- Log -----------------------------------------------------------------
commit 327486b47b659a7fea388477d970d598e3b3a2f1
Author: Stas Boukarev <[email protected]>
Date: Wed Apr 8 22:50:14 2026 +0300
Fix a test
[skip ci]
---
tests/arith.pure.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/arith.pure.lisp b/tests/arith.pure.lisp
index 1e6f0c65f..454976212 100644
--- a/tests/arith.pure.lisp
+++ b/tests/arith.pure.lisp
@@ -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))
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL