Made unittest for rndGen also nothrow @nogc

As requested by @ZombineDev
This commit is contained in:
ARaspiK 2018-11-11 08:08:01 +01:00 committed by GitHub
parent 3d54b63c5d
commit 9bb605b8d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1621,7 +1621,7 @@ A singleton instance of the default random number generator
} }
/// ///
@safe unittest @safe nothrow @nogc unittest
{ {
import std.algorithm.iteration : sum; import std.algorithm.iteration : sum;
import std.range : take; import std.range : take;