From 9707217c15cc174346886b7f890ae297f6080393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 4 Feb 2009 19:42:40 +0000 Subject: [PATCH] activated TestClass:function --- test/testclass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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