mirror of
https://github.com/polybar/polybar.git
synced 2026-04-25 08:53:29 +00:00
refactor(gtest): TestCase->TestSuite
googletest deprecated the TEST_CASE terminology in 3a460a26b7a91abf87af7f31b93d29f930e25c82
This commit is contained in:
committed by
Patrick Ziegler
parent
9e595d388e
commit
6d3b323f16
@ -27,7 +27,7 @@ vector<pair<string, string>> parse_action_cmd_list = {
|
||||
{"\\:\\:\\:", ":\\:\\:\\::\\abc"},
|
||||
};
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(Inst, ParseActionCmd,
|
||||
INSTANTIATE_TEST_SUITE_P(Inst, ParseActionCmd,
|
||||
::testing::ValuesIn(parse_action_cmd_list));
|
||||
|
||||
TEST_P(ParseActionCmd, correctness) {
|
||||
|
||||
Reference in New Issue
Block a user