summaryrefslogtreecommitdiff
path: root/src/components/test_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/test_main.cc')
-rw-r--r--src/components/test_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/test_main.cc b/src/components/test_main.cc
index 66013d78c4..72c90acb5c 100644
--- a/src/components/test_main.cc
+++ b/src/components/test_main.cc
@@ -1,8 +1,8 @@
#include "gmock/gmock.h"
#include "utils/logger.h"
#include "utils/custom_string.h"
-namespace custom_str = utils::custom_string;
int main(int argc, char** argv) {
+ namespace custom_str = utils::custom_string;
testing::InitGoogleMock(&argc, argv);
::testing::DefaultValue<custom_str::CustomString>::Set(
custom_str::CustomString(""));