BurntSushi / quickcheck

Automated property based testing for Rust (with shrinking).
The Unlicense
2.4k stars 149 forks source link

example case sort TEST FAILED #288

Closed yq0810 closed 3 years ago

yq0810 commented 3 years ago

cargo run --package quickcheck --example sort

thread 'main' panicked at '[quickcheck] TEST FAILED. Arguments: ([9223372036854775807, 9223372036854775807])', C:\quickcheck-master\src\tester.rs:165:28

BurntSushi commented 3 years ago

https://github.com/BurntSushi/quickcheck/blob/defde6fb0ce20b0c8c4e672aa9ae821f7d1f5b38/examples/sort.rs#L1-L2