mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 07:00:37 +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;
|
||||
testSort(seed);
|
||||
|
||||
//@@BUG: Timsort fails with CTFE as of DMD 2.060
|
||||
// enum result = testSort(seed);
|
||||
enum result = testSort(seed);
|
||||
}
|
||||
|
||||
unittest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue