More elaborate asserts in unittests?

Adam D. Ruppe destructionator at gmail.com
Wed Oct 21 22:41:42 UTC 2020


On Wednesday, 21 October 2020 at 22:30:11 UTC, IGotD- wrote:
> When an assert fails in a unittest, I only get which line that 
> failed. However, it would be very useful to see what the values 
> are on either side of the unary boolean expression. Is this 
> possible?

try compiling with dmd -checkaction=context


More information about the Digitalmars-d-learn mailing list