From 3f3b31a89b5019d7a4c020de6eab33e409395b46 Mon Sep 17 00:00:00 2001 From: Marco Baringer Date: Sun, 22 Jan 2006 16:28:42 +0100 Subject: [PATCH] Minor qbook fixups in random.lisp --- src/random.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/random.lisp b/src/random.lisp index 6cf070d..9b94f40 100644 --- a/src/random.lisp +++ b/src/random.lisp @@ -2,7 +2,7 @@ (in-package :it.bese.FiveAM) -;;;; * Random (QuickCheck-ish) testing +;;;; ** Random (QuickCheck-ish) testing ;;;; FiveAM provides the ability to automatically generate a ;;;; collection of random input data for a specific test and run a @@ -104,7 +104,7 @@ returning true. This second run limit prevents that.") (defclass for-all-test-never-run (test-failure for-all-test-result) ()) -;;;; ** Generators. +;;;; *** Generators ;;;; Since this is random testing we need some way of creating random ;;;; data to feed to our code. Generators are regular functions whcih -- 1.7.10.4