On Friday, 12 June 2020 at 18:18:25 UTC, Per Nordlöw wrote:
How do I most easily track down which unittest in which file that causes the crash?

You could try to reduce your code using Dustmite through dub. This should do the job IIRC:

dub dustmite --compiler=dmd --build=unittest --compiler-status=139

See `dub dustmite --help` for more details.

Reply via email to