Unit Testing: added missing TEST_CASE

This commit is contained in:
Daniel Marjamäki 2010-10-02 12:44:38 +02:00
parent b72b699b76
commit a58ba811a6
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ private:
TEST_CASE(simplifyLogicalOperators);
// foo(p = new char[10]); => p = new char[10]; foo(p);
simplifyAssignmentInFunctionCall();
TEST_CASE(simplifyAssignmentInFunctionCall);
}