We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67ad8e commit bd1d437Copy full SHA for bd1d437
tests/main.cpp
@@ -1,6 +1,7 @@
1
#include <gtest/gtest.h>
2
3
-int main(int argc, char** argv) {
+int main(int argc, char** argv)
4
+{
5
testing::InitGoogleTest(&argc, argv);
6
7
return RUN_ALL_TESTS();
0 commit comments