Skip to content

Commit eb31664

Browse files
committed
Update test.cpp
1 parent c96bf91 commit eb31664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design-linked-list/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ TEST(design_linked_list, test2)
9292

9393
int main(int argc, char** argv)
9494
{
95-
testing::InitGoogleTest(&argc, argv);
95+
testing::InitGoogleTest(&argc, argv);
9696
return RUN_ALL_TESTS();
9797
}

0 commit comments

Comments
 (0)