mirror of
https://github.com/dlang/phobos.git
synced 2025-05-02 08:00:48 +03:00
std.algorithm.sorting: enable CTFE test for Timsort
This commit is contained in:
parent
6db08d3dad
commit
fde82ff034
1 changed files with 1 additions and 2 deletions
|
@ -2085,8 +2085,7 @@ unittest
|
||||||
enum seed = 310614065;
|
enum seed = 310614065;
|
||||||
testSort(seed);
|
testSort(seed);
|
||||||
|
|
||||||
//@@BUG: Timsort fails with CTFE as of DMD 2.060
|
enum result = testSort(seed);
|
||||||
// enum result = testSort(seed);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
unittest
|
unittest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue