Adjust a test.

This commit is contained in:
Stas Boukarev 2021-11-22 23:31:03 +03:00
parent f3dc1111a6
commit c8e8dead0d

View file

@ -1601,8 +1601,7 @@
;;; analysis.
(with-test (:name :uvl-preserved-by-dx-too-long)
(checked-compile
'(lambda (f1 a test)
(let ((a (f2 a)))
(flet ((f3 (&rest m) (apply test m)))
(declare (dynamic-extent #'f3))
(apply f1 #'f3 args))))))
'(lambda (f1 test args)
(flet ((f3 (&rest m) (apply test m)))
(declare (dynamic-extent #'f3))
(apply f1 #'f3 args)))))