X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fframework.h;h=7a24466a5ab9c7254d8f4b3a3db4de2155e98a98;hb=cc7f3ad60dd92d7e41e0efbf922bb4f6fc9a848f;hp=f6dfc94a4be3ed6a6a18cb1528e03d253231fcc0;hpb=bf8213041709c75147393c8bd6b51b8f9e064f7c;p=awesomized%2Flibmemcached diff --git a/libtest/framework.h b/libtest/framework.h index f6dfc94a..7a24466a 100644 --- a/libtest/framework.h +++ b/libtest/framework.h @@ -162,8 +162,6 @@ public: } private: - Framework& operator=(const Framework&); - uint32_t _total; uint32_t _success; uint32_t _skipped; @@ -193,6 +191,10 @@ private: std::string _only_run; std::string _wildcard; std::string _name; + +private: + Framework( const Framework& ); + const Framework& operator=( const Framework& ); }; } // namespace libtest