fixed naming

This commit is contained in:
2026-01-27 01:25:49 +03:00
parent 2c2d014f7b
commit 734e680c2f

View File

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