Forgot default value for #:retries in check-reduction-relation.
svn: r13485
This commit is contained in:
parent
6d5f966019
commit
7bcf4e69a5
|
@ -1125,7 +1125,7 @@ term that does not match @scheme[pattern].}
|
||||||
[relation reduction-relation?]
|
[relation reduction-relation?]
|
||||||
[property (-> any/c any/c)]
|
[property (-> any/c any/c)]
|
||||||
[#:attempts attempts natural-number/c 1000]
|
[#:attempts attempts natural-number/c 1000]
|
||||||
[#:retries retries natural-number/c])
|
[#:retries retries natural-number/c 100])
|
||||||
void?]{
|
void?]{
|
||||||
Tests @scheme[relation] as follows: for each case of @scheme[relation],
|
Tests @scheme[relation] as follows: for each case of @scheme[relation],
|
||||||
@scheme[check-reduction-relation] generates @scheme[attempts] random
|
@scheme[check-reduction-relation] generates @scheme[attempts] random
|
||||||
|
|
Loading…
Reference in New Issue
Block a user