fixed naming

This commit is contained in:
2026-01-27 01:25:49 +03:00
parent f67ad8ef42
commit bd1d437d7d

View File

@@ -1,6 +1,7 @@
#include <gtest/gtest.h> #include <gtest/gtest.h>
int main(int argc, char** argv) { int main(int argc, char** argv)
{
testing::InitGoogleTest(&argc, argv); testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS(); return RUN_ALL_TESTS();