ericniebler / range-v3

Range library for C++14/17/20, basis for C++20's std::ranges
Other
4.05k stars 437 forks source link

Add missing calls to test_result() #1799

Closed serpent7776 closed 8 months ago

serpent7776 commented 8 months ago

Some tests lack a call to test_result. In effect, these tests could fail without setting nonzero exit code.