https://issues.dlang.org/show_bug.cgi?id=14082
Steven Schveighoffer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected] |[email protected] --- Comment #1 from Steven Schveighoffer <[email protected]> --- The real answer is that phobos unit tests should not run when you run your private unit tests. That is really a language change that needs to happen. The band-aid answer is that the unit tests should ONLY run if we know exactly the instantiating parameters are. When I wrote those, I didn't consider that I should worry about the less parameter. --
