diff --git a/tests/src/unit-udt_macro.cpp b/tests/src/unit-udt_macro.cpp index ce4ebe260..3bf4b1d34 100644 --- a/tests/src/unit-udt_macro.cpp +++ b/tests/src/unit-udt_macro.cpp @@ -41,7 +41,6 @@ namespace persons std::string name = ""; \ int age = 0; \ json metadata = nullptr; \ - \ public: \ bool operator==(const ClassName& rhs) const \ { \