Skip to content

Commit fc42095

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
Fix CQS signal modernize-use-using in fbcode/thrift/test
Reviewed By: dtolnay Differential Revision: D78955743 fbshipit-source-id: ad6bb710ce08f90de1228a2a1000c76f40921163
1 parent 08540b4 commit fc42095

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

third-party/thrift/src/thrift/test/Cpp2OpsTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ TYPED_TEST_P(Cpp2OpsTest, Simple) {
6969

7070
REGISTER_TYPED_TEST_CASE_P(Cpp2OpsTest, Simple);
7171

72-
typedef testing::Types<cpp2::Native> Types;
72+
using Types = testing::Types<cpp2::Native>;
7373
INSTANTIATE_TYPED_TEST_CASE_P(Cpp2OpsTest, Cpp2OpsTest, Types);
7474

7575
} // namespace thrift::test::cpp2ops

0 commit comments

Comments
 (0)