Update sorting.d

This commit is contained in:
Jack Stouffer 2018-03-12 10:10:59 -04:00 committed by GitHub
parent 78f7209c4a
commit 5b74692bf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3137,7 +3137,7 @@ if (isRandomAccessRange!(Range) && hasLength!Range &&
}
// https://issues.dlang.org/show_bug.cgi?id=8341
unittest
@safe unittest
{
import std.algorithm.comparison : equal;
import std.typecons : tuple;