mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 21:05:39 +02:00
Misc cleanups from exploring Clang warnings
This commit is contained in:
@@ -42,4 +42,4 @@ TEST_CASE("Sharding Function", "[approvals]") {
|
||||
for(std::size_t i = 0; i < sizes[shardIndex]; i++) {
|
||||
CHECK(result[i] == testContainer[i + startIndex]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user