Split ut_a(a && b [&& c...]); into separate ut_a(a); ut_a(b); [ut_a(c); ...].
This makes it possible to see which expression was false by looking at the error message. Approved by: Marko
Showing
Please register or sign in to comment
This makes it possible to see which expression was false by looking at the error message. Approved by: Marko