Skip to content

Commit

Permalink
Fixed formatting (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkryza committed Feb 3, 2025
1 parent 57a0c72 commit dbc7cab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/t20070/test_case.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ TEST_CASE("t20070")

{"tmain()", "Generator<unsigned long long>", "operator bool()",
InControlCondition{}}, //
{"Generator<unsigned long long>", "Generator<unsigned long long>",
"fill()"},
{"Generator<unsigned long long>",
"Generator<unsigned long long>", "fill()"},

{"tmain()", "Generator<unsigned long long>", "operator()()"}, //
{"Generator<unsigned long long>", "Generator<unsigned long long>",
"fill()"}, //
{"Generator<unsigned long long>", "tmain()", "unsigned long long",
Response{}} //
{"Generator<unsigned long long>",
"Generator<unsigned long long>", "fill()"}, //
{"Generator<unsigned long long>", "tmain()",
"unsigned long long", Response{}} //

}));
});
Expand Down

0 comments on commit dbc7cab

Please sign in to comment.