linkrope / dunit

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

Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. #35

Closed andre2007 closed 2 years ago

andre2007 commented 2 years ago

Newest dmd version is throwing warnings due to the usage of the body keyword. Could you have a look? Thanks.

https://github.com/linkrope/dunit/blob/2d1a467073dc150122df58a2f8fc52261962c6e2/src/dunit/framework.d#L242