Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Test round up #335

Merged
merged 3 commits into from
Jul 27, 2022
Merged

Test round up #335

merged 3 commits into from
Jul 27, 2022

Conversation

Urhengulas
Copy link
Member

Add unit tests for:

/// Rounds up to the next multiple of `k` that is greater or equal to `n`.
fn round_up(n: u32, k: u32) -> u32 { /* */ }

@Urhengulas Urhengulas marked this pull request as ready for review July 27, 2022 15:59
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@Urhengulas
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented Jul 27, 2022

Build succeeded:

@bors bors bot merged commit d608c99 into main Jul 27, 2022
@bors bors bot deleted the test-round-up branch July 27, 2022 16:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant