Fixed AssertEquals.
This commit is contained in:
parent
7de8abe0c4
commit
66677c0ad1
9 changed files with 30 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue