Re: Custom asset handler messes unit test summary report

2020-02-23 Thread Basile B. via Digitalmars-d-learn
On Monday, 24 February 2020 at 00:50:38 UTC, ric maicle wrote: [dmd 2.090.1 linux 64-bit] The following code does not report the correct unit test summary. The report says 1 unit test passed. ~ shared static this() { import core.exception; assertHandler(); } void cah(string

Custom asset handler messes unit test summary report

2020-02-23 Thread ric maicle via Digitalmars-d-learn
[dmd 2.090.1 linux 64-bit] The following code does not report the correct unit test summary. The report says 1 unit test passed. ~ shared static this() { import core.exception; assertHandler(); } void cah(string file, ulong line, string msg) nothrow { import core.stdc.stdio: