Fixed AssertEquals.

This commit is contained in:
Markus Kauppila 2011-07-14 20:33:18 +03:00
parent 7de8abe0c4
commit 66677c0ad1
9 changed files with 30 additions and 35 deletions

View file

@ -90,7 +90,7 @@ int _CountFailedAsserts();
* \param actual The actual value of tested variable
* \param message Message that will be printed
*/
void AssertEquals(const int expected, const int actual, char *message, ...);
void AssertEquals(int expected, int actual, char *message, ...);
/*!
* Assert function. Tests if the given condition is true. True in