Test for Linked List written
This commit is contained in:
@@ -36,7 +36,7 @@ int main()
|
||||
|
||||
tester->test_all(tester);
|
||||
|
||||
if (tester->destroy(tester) == SUCCESS)
|
||||
if (tester->destroy(tester) != SUCCESS)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user