Quit running foreign unittests >_<

Steven Schveighoffer via Digitalmars-d digitalmars-d at puremagic.com
Mon Apr 27 10:18:51 PDT 2015


On 4/27/15 12:00 PM, Ivan Kazmenko wrote:

> Right now, it is possible to test binary heap integrity with an explicit
> "-debug=BinaryHeap", and it is not tested by default.

Right, but phobos unit tests are not doing that. If we added a 
version(unittest) debug = BinaryHeap; to fix that problem there, then 
you would still be complaining ;)

-Steve


More information about the Digitalmars-d mailing list