std.algorithm.sorting: enable CTFE test for Timsort

This commit is contained in:
Sebastian Wilzbach 2016-07-29 17:31:08 +02:00
parent 6db08d3dad
commit fde82ff034

View file

@ -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