activated TestClass:function

This commit is contained in:
Daniel Marjamäki 2009-02-04 19:42:40 +00:00
parent 7ccb6217bf
commit 9707217c15
1 changed files with 1 additions and 1 deletions

View File

@ -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