assert fails to display file on dmd 2.040?

Lutger lutger.blijdestijn at gmail.com
Tue Feb 2 01:46:24 PST 2010


Does anybody get this with 2.040? I couldn't find a bug report about it, 
so maybe it is due to my setup.

// in file test.d:
assert(false);

output: core.exception.AssertError at l(5): Assertion failure
                                    ^ not the right file

// in file test.d:
assert(false, "ok");

output: core.exception.AssertError at test.d(5): ok




More information about the Digitalmars-d-learn mailing list