projects
/
fiveam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eaa508
)
Removed fail-guard-conditions tset from example code
author
Marco Baringer
<mb@bese.it>
Fri, 20 Jan 2006 09:39:04 +0000
(10:39 +0100)
committer
Marco Baringer
<mb@bese.it>
Fri, 20 Jan 2006 09:39:04 +0000
(10:39 +0100)
t/example.lisp
patch
|
blob
|
history
diff --git
a/t/example.lisp
b/t/example.lisp
index
b831aec
..
87c89f7
100644
(file)
--- 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)))