digitalmars.D - unittest block, imports
- Regan Heath (8/8) Jun 20 2004 unittest {
- Vathix (4/12) Jun 21 2004 I've run into this a few times. I think something needs to be done about...
unittest {
import std.random;
}
does not work. :(
I don't need std.random in this module, I just need it for my unittests.
Regan.
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Jun 20 2004
"Regan Heath" <regan netwin.co.nz> wrote in message
news:opr9xbokja5a2sq9 digitalmars.com...
unittest {
import std.random;
}
does not work. :(
I don't need std.random in this module, I just need it for my unittests.
Regan.
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
I've run into this a few times. I think something needs to be done about it.
Either what you tried, or something with version() maybe.
Jun 21 2004








"Vathix" <vathixSpamFix dprogramming.com>