Explorar el Código

Fix the testsuite for Allegro CL modern mode - instead of capitalized RETURN-FROM use return-from

Anton Vodonosov hace 12 años
padre
commit
75c1942a7c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/test.lisp

+ 1 - 1
test/test.lisp

@@ -19,7 +19,7 @@
     (handler-bind ((invoked (lambda (i)
                               (let ((invocation (cons (method i) (args i))))
                                 (when (equalp invocation expected-invocation)
-                                  (RETURN-FROM assert-invoked-impl nil))
+                                  (return-from assert-invoked-impl nil))
                                 (push invocation actual-invocations)))))
       (funcall body-fn))
     (let ((*package* (find-package :keyword))) ; ensures package prefixes are printed