Skip to content
Snippets Groups Projects
Commit 12fd563d authored by pfdietz's avatar pfdietz
Browse files

Remove T as a possible variable.

parent ebde855a
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
(defun test-random-integer-form (defun test-random-integer-form
(size nvars &aux (vars (subseq '(a b c d e f g h i j k l m (size nvars &aux (vars (subseq '(a b c d e f g h i j k l m
n o p q r s t u v w x y z) 0 nvars))) n o p q r s u v w x y z) 0 nvars)))
(let* ((var-ranges (mapcar #'make-random-integer-range vars)) (let* ((var-ranges (mapcar #'make-random-integer-range vars))
(var-types (mapcar #'(lambda (range) (var-types (mapcar #'(lambda (range)
(let ((lo (car range)) (let ((lo (car range))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment