[Issue 20910] Default unittest runner reports wrong unittest count
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jun 16 12:11:32 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=20910
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/druntime pull request #3129 "Fix issue 20910: fix misleading unittest
runner messages." was merged into master:
- 209ce9b0c18ba27519f900ca31947ee3bf1e0f15 by H. S. Teoh:
Fix issue 20910: fix misleading unittest runner messages.
The number returned by runModuleUnitTests is not the number of tests,
but the number of modules tested.
https://github.com/dlang/druntime/pull/3129
--
More information about the Digitalmars-d-bugs
mailing list