-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/lib: Only use Arbitrary trait for randomness
Pre quickcheck v1.0 rand and quickcheck had to be updated in lock-step, given that the latter makes use of traits of the former. This commit decouples the two, only depending on quickcheck directly for randomness. This will ease the transisition to quickcheck 1.0, see BurntSushi/quickcheck#241.
- Loading branch information
Showing
1 changed file
with
21 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters