From 9181201dc6822a12b605581385091b1591675dc4 Mon Sep 17 00:00:00 2001 From: Marco Baringer Date: Fri, 20 Jan 2006 10:39:04 +0100 Subject: [PATCH] Removed fail-guard-conditions tset from example code --- t/example.lisp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/t/example.lisp b/t/example.lisp index b831aec..87c89f7 100644 --- a/t/example.lisp +++ b/t/example.lisp @@ -120,7 +120,3 @@ (for-all ((result (gen-integer :min 0 :max 1))) (is (plusp result)) (is (= result 0)))) - -(test fail-guard-conditions - (for-all ((x (gen-integer :min 1 :max 1) (= x 0))) - (pass))) -- 1.7.10.4