Unit Testing: added missing TEST_CASE
This commit is contained in:
parent
b72b699b76
commit
a58ba811a6
|
@ -264,7 +264,7 @@ private:
|
|||
TEST_CASE(simplifyLogicalOperators);
|
||||
|
||||
// foo(p = new char[10]); => p = new char[10]; foo(p);
|
||||
simplifyAssignmentInFunctionCall();
|
||||
TEST_CASE(simplifyAssignmentInFunctionCall);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue