style: minor renames

This commit is contained in:
light7734 2025-09-30 14:03:39 +03:30
parent 21a82ff57d
commit 405c707e23
Signed by: light7734
GPG key ID: 8C30176798F1A6BA
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ Suite raii = "raii"_suite = [] {
std::ignore = Registry {}; std::ignore = Registry {};
}; };
Case { "many won't throw" } = [] { Case { "many won't freeze/throw" } = [] {
for (auto idx : std::views::iota(0, 100'000)) for (auto idx : std::views::iota(0, 100'000))
{ {
std::ignore = Registry {}; std::ignore = Registry {};

View file

@ -33,7 +33,7 @@ Suite raii = "raii"_suite = [] {
}; };
Suite element_raii = "element_raii"_suite = [] { Suite element_raii = "element_raii"_suite = [] {
Case { "many inserts/removes won't throw" } = [] { Case { "many inserts/removes won't freeze/throw" } = [] {
auto set = Set {}; auto set = Set {};
for (auto idx : std::views::iota(0, 10'000)) for (auto idx : std::views::iota(0, 10'000))
{ {