Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected casting issue with an assert within the error_handling test
Discovered via #7105. If both values are negative values, they are casted in such a way that -1 != -1. This small commit fixes that.
- Loading branch information