X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=t%2Fexample.lisp;h=87c89f711d4a8c1a16f1cab405d10da3e9271c73;hb=9181201dc6822a12b605581385091b1591675dc4;hp=b831aecc443f8409ac4f3adbe0d67326deabba53;hpb=7eaa508b294d8a3d3fa96c1b9ef78f45feec8417;p=fiveam.git 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)))