From b6f13afb89bb45e60d40c27bd86a2d09ea5d871c Mon Sep 17 00:00:00 2001 From: pfdietz <pfdietz@localhost> Date: Sat, 19 Mar 2005 14:53:11 +0000 Subject: [PATCH] Added a missing line in the comment --- ansi-tests/random-type-prop.lsp | 1 + 1 file changed, 1 insertion(+) diff --git a/ansi-tests/random-type-prop.lsp b/ansi-tests/random-type-prop.lsp index d60b1197..e6fc12a5 100644 --- a/ansi-tests/random-type-prop.lsp +++ b/ansi-tests/random-type-prop.lsp @@ -57,6 +57,7 @@ ;;; (compile-and-load "random-type-prop.lsp") ;;; (in-package :cl-test) ;;; #+sbcl (setq *default-arg-the* nil) ;; This reduces the rate at which the sbcl IR2 type check bug occurs +;;; (load "random-type-prop-tests.lsp") ;;; (let (*catch-errors*) (do-test '<testname>)) ;;; or (let (*catch-errors*) (do-tests)) ;;; -- GitLab