linkrope / dunit

xUnit Testing Framework for D
Boost Software License 1.0
37 stars 9 forks source link

Warning: use std.algorithm.sort instead of .sort property #6

Closed andre2007 closed 9 years ago

andre2007 commented 9 years ago

With the newest beta of D (2.067.0-b4) there will be warnings thrown because of the usage of .array property in assertion.d line 173. This issue can easily be fixed by using std.algorithm.sort