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.asserter...@l(5): Assertion failure
                                   ^ not the right file

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

output: core.exception.asserter...@test.d(5): ok


Reply via email to