branch: elpa/sly
commit daefb5384cf4836842c215ba990a31cce49bd9c3
Author: AndrĂ© A. Gomes <[email protected]>
Commit: AndrĂ© A. Gomes <[email protected]>

    Revert "lib/sly-tests.el(find-definition.3): Tweak fails-for declaration."
    
    This reverts commit ddf63956a20fe149ff891262c787425d5f7e6ec5.
    
    The issue with CI is mysteriously gone.  See
    https://github.com/NixOS/nixpkgs/issues/461856#issuecomment-3541951180.
---
 lib/sly-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/sly-tests.el b/lib/sly-tests.el
index b52f88009b6..43d59ee01b9 100644
--- a/lib/sly-tests.el
+++ b/lib/sly-tests.el
@@ -536,8 +536,8 @@ confronted with nasty #.-fu."
 
 (def-sly-test (find-definition.3
                  (:fails-for "abcl" "allegro" "clisp" "lispworks"
-                           ;; ("sbcl" version< "1.3.0")
-                           "ecl"))
+                             ("sbcl" version< "1.3.0")
+                             "ecl"))
     (name source regexp)
     "Extra tests for defstruct."
     '(("slynk::foo-struct"

Reply via email to