Skip to content

Commit 33b0705

Browse files
authored
Drop all main functions from gtest files (#45)
Signed-off-by: Michael Carroll <michael@openrobotics.org>
1 parent efc6d66 commit 33b0705

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/integration/implptr/ImplPtr_TEST.cc

-7
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,3 @@ TEST(UniqueImplPtr, MoveAssign)
165165
EXPECT_EQ(other.GetInt(), moved.GetInt());
166166
EXPECT_EQ(other.GetString(), moved.GetString());
167167
}
168-
169-
/////////////////////////////////////////////////
170-
int main(int argc, char **argv)
171-
{
172-
::testing::InitGoogleTest(&argc, argv);
173-
return RUN_ALL_TESTS();
174-
}

0 commit comments

Comments
 (0)