diff --git a/exml/Text.cpp b/exml/Text.cpp index 3bea660..558d804 100644 --- a/exml/Text.cpp +++ b/exml/Text.cpp @@ -7,7 +7,6 @@ #include #include #include -#include exml::Text::Text(ememory::SharedPtr _internalNode) : exml::Node(_internalNode) { diff --git a/test/main.cpp b/test/main.cpp index 8d999ce..f20d166 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -11,9 +11,7 @@ int main(int argc, const char *argv[]) { // init Google test : - ::testing::InitGoogleTest(&argc, const_cast(argv)); - // the only one init for etk: - etk::init(argc, argv); + etest::init(argc, argv); for (int32_t iii=0; iii