diff --git a/test/testclass.cpp b/test/testclass.cpp index 6602901a3..a5aac9fa3 100644 --- a/test/testclass.cpp +++ b/test/testclass.cpp @@ -46,7 +46,7 @@ private: TEST_CASE(uninitVar1); TEST_CASE(uninitVarStream); TEST_CASE(privateCtor); // If constructor is private.. - // TODO TEST_CASE(function); // Function is not variable + TEST_CASE(function); // Function is not variable } // Check that base classes have virtual destructors