std.unittests for (final?) review

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Jan 3 05:26:14 PST 2011


On 1/3/11, Jonathan M Davis <jmdavisProg at gmx.com> wrote:
> Other changes that some people have expressed interest in are things like
> having
> it printed when a test passes, and those should not be in the language or
> druntime itself.

Isn't this already done in Phobos?:

unittest
{
    debug(std_algorithm) scope(success)
        writeln("unittest @", __FILE__, ":", __LINE__, " done.");
}

--


More information about the Digitalmars-d mailing list