1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00

Pick a number by fiat.

This commit is contained in:
Rob Rix 2015-10-16 17:03:07 -04:00
parent 2aed2e3d51
commit 0c75c7d600

View File

@ -98,7 +98,7 @@ extension UnannotatedTerm: Arbitrary {
}
static var arbitrary: Gen<UnannotatedTerm> {
return Gen.sized(arbitrary)
return arbitrary(7)
}
}