master: clos.impure passes on sb-eval too
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 49beef5fe437fcfc1019e0d39605c136b7b1121c (commit)
from f797952a84f4d905b60448472f5be5fb0a0bae6b (commit)
- Log -----------------------------------------------------------------
commit 49beef5fe437fcfc1019e0d39605c136b7b1121c
Author: Stas Boukarev <[email protected]>
Date: Wed Aug 19 20:41:24 2026 +0300
clos.impure passes on sb-eval too
---
tests/clos.impure.lisp | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/clos.impure.lisp b/tests/clos.impure.lisp
index d9034bcb0..a2a72f99f 100644
--- a/tests/clos.impure.lisp
+++ b/tests/clos.impure.lisp
@@ -11,8 +11,6 @@
;;;; absolutely no warranty. See the COPYING and CREDITS files for
;;;; more information.
-(when (assertoid:legacy-eval-p) (invoke-restart 'run-tests::skip-file))
-
(load "compiler-test-util.lisp")
(defpackage "CLOS-IMPURE"
(:use "CL" "SB-EXT" "ASSERTOID" "TEST-UTIL" "COMPILER-TEST-UTIL"))
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL