Skip to content

Commit

Permalink
Fix deprecation warning for nextPowerOfTen unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko0307 committed Aug 30, 2023
1 parent 3cf41dc commit 6b9439d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlib/math/utils.d
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ T nextPowerOfTen(T) (T k) nothrow
///
unittest
{
assert(nextPowerOfTen(80) == 100);
assert(nextPowerOfTen!double(80) == 100);
}

/**
Expand Down

0 comments on commit 6b9439d

Please sign in to comment.