Skip to content

Commit

Permalink
Merge pull request #4689 from wilzbach/enable_timsort_ctfe
Browse files Browse the repository at this point in the history
std.algorithm.sorting: enable CTFE test for Timsort
  • Loading branch information
dnadlinger authored Jul 29, 2016
2 parents 5eb27bc + fde82ff commit 516f303
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions std/algorithm/sorting.d
Original file line number Diff line number Diff line change
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 516f303

Please sign in to comment.