kornelski / rust-rgb

struct RGB for sharing pixels between crates
https://lib.rs/rgb
MIT License
98 stars 19 forks source link

test_add_overflow is failing #28

Closed ignatenkobrain closed 5 years ago

ignatenkobrain commented 5 years ago

We are using cargo test --release when packaging in Fedora.

test internal::ops::test::test_add_overflow ... FAILED
kornelski commented 5 years ago

This is a false alarm. --release disables assertions that this test was using.