Skip to content

Commit

Permalink
std.algorithm.sorting: enable CTFE test for Timsort
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Jul 29, 2016
1 parent 6db08d3 commit fde82ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions std/algorithm/sorting.d
Expand Up @@ -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
Expand Down

0 comments on commit fde82ff

Please sign in to comment.