tests: ftype: add info that it's fixed

This commit is contained in:
Daniel Kochmański 2016-05-25 12:20:40 +02:00
parent d76d7acedf
commit 5beac683c1

View file

@ -1170,7 +1170,10 @@
;;; Date 2016-04-21
;;; Fixed: Daniel Kochmański
;;; Description
;;; typep didn't recognize * as a t abberv
;;;
(deftest compiler.0051.ftype-args*
(progn
(declaim (ftype (function (*) (values T)) ce))