flyingmutant / rapid

Rapid is a modern Go property-based testing library
https://pkg.go.dev/pgregory.net/rapid
Mozilla Public License 2.0
579 stars 25 forks source link

don't fail on fail file not using bitstream #60

Closed nbgraham closed 1 year ago

nbgraham commented 1 year ago

fixes #59

Not quite sure if this is the best way to fix it, but it seemed to resolve the issue for me.

flyingmutant commented 1 year ago

Thanks for attempting to fix the issue! This looks like more of a workaround than a fix; ad512253321a31bf18843da5d0e29d825ae87c23 should be more of a fix.