Skip to content

Commit fde82ff

Browse files
committed
std.algorithm.sorting: enable CTFE test for Timsort
1 parent 6db08d3 commit fde82ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

std/algorithm/sorting.d

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2085,8 +2085,7 @@ unittest
20852085
enum seed = 310614065;
20862086
testSort(seed);
20872087

2088-
//@@BUG: Timsort fails with CTFE as of DMD 2.060
2089-
// enum result = testSort(seed);
2088+
enum result = testSort(seed);
20902089
}
20912090

20922091
unittest

0 commit comments

Comments
 (0)