On 6/1/13, Benjamin Thaut <[email protected]> wrote: > And your unittests should run again.
I've tried this fix, it still doesn't work for me:
$ echo unittest { assert(0); } void main() { } > test.d
$ rdmd --force -unittest --compiler=dmd_dmc test.d
> core.exception.AssertError@test(1): unittest failure
$ rdmd --force -unittest --compiler=dmd_msc test.d
>
I've tried with a clean build and then a full release build.
