mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
tests: cmp: random-state: add make-load-form test
This commit is contained in:
parent
c13cab3dc6
commit
c544f92ca3
1 changed files with 8 additions and 0 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue