https://issues.dlang.org/show_bug.cgi?id=19602

--- Comment #7 from Jacob Carlborg <d...@me.com> ---
(In reply to Mathias LANG from comment #6)

> Yep, however that's covered by the specs:
> 
> > Individual tests are specified in the unit test using spec/expression, 
> > AssertExpressions. Unlike AssertExpressions used elsewhere, the assert is 
> > not assumed to hold, and upon assert failure the program is still in a 
> > defined state.
> 
> https://dlang.org/spec/unittest.html

It's difficult to know if the AssertError was thrown from a "unittest" block or
from somewhere else.

--

Reply via email to