Skip to content

Commit

Permalink
Remove unnecessary gtest_main functions
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Jun 28, 2022
1 parent e9561d1 commit 728b2f3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/integration/ExamplesBuild_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,3 @@ INSTANTIATE_TEST_SUITE_P(Plugins, ExamplesBuild, ::testing::Values(
"plugin",
"standalone"
));

//////////////////////////////////////////////////
int main(int argc, char **argv)
{
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}

0 comments on commit 728b2f3

Please sign in to comment.