From bd1d437d7d75fa6976734d851ec61a3ae0d2c637 Mon Sep 17 00:00:00 2001 From: Orange Date: Tue, 27 Jan 2026 01:25:49 +0300 Subject: [PATCH] fixed naming --- tests/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/main.cpp b/tests/main.cpp index 21a041f..05667d1 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -1,6 +1,7 @@ #include -int main(int argc, char** argv) { +int main(int argc, char** argv) +{ testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS();