Kaynağa Gözat

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

Anton Vodonosov 12 yıl önce
ebeveyn
işleme
75c1942a7c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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