tests: cmp: random-state: add make-load-form test

This commit is contained in:
Daniel Kochmański 2016-08-09 17:49:41 +02:00
parent c13cab3dc6
commit c544f92ca3

View file

@ -1150,3 +1150,11 @@
(declaim (ftype (function (*) (values T)) ce))
(defun ce (expression) expression)
(is-false (ce nil)))
;;; Date 2016-08-09 (jd)
;;; Description
;;; No adequate specialization of MAKE-LOAD-FORM for an object of
;;; type RANDOM-TYPE
(test cmp.0051.make-load-form.random-state
(finishes (make-load-form (make-random-state))))