mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
Update sorting.d
This commit is contained in:
parent
78f7209c4a
commit
5b74692bf8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue