Dscanner - It exists

David d at dav1d.de
Wed Aug 1 15:25:28 PDT 2012


> I use them quite frequently in unittest {} blocks, if only to import
> std.stdio to get why my unittests don't work :)

version(unittest) { private import std.stdio; }

^ Place this where you have your other imports and you don't have to 
import it in your unittest{} blocks.




More information about the Digitalmars-d-announce mailing list