Fixed formatting

This commit is contained in:
Bartek Kryza
2024-05-20 22:53:40 +02:00
parent 31100af689
commit fbe416b50e
12 changed files with 30 additions and 72 deletions

View File

@@ -32,7 +32,7 @@ TEST_CASE("t20022")
// properly
{"tmain()", "A", "A(std::unique_ptr<B>)"}, //
{"tmain()", "A", "a()"}, //
{"A", "B", "b()"}, //
{"A", "B", "b()"}, //
}));
});
}