[Issue 19058] __traits(getUnitTests) stops working with separate compilation in dmd 2.081.0

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jul 6 10:30:20 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=19058

--- Comment #2 from Atila Neves <atila.neves at gmail.com> ---
Just compile two files separately with a unittest on the same line and column
and have a third import the two and use __traits(getUnitTests). My failing test
case is adding another imported module to the existing test at
test/runnable/issue16995.d.

Also see discussion here at the forum:

https://forum.dlang.org/post/krkinfxikztqvudjopao@forum.dlang.org

--


More information about the Digitalmars-d-bugs mailing list