Test for Linked List written

This commit is contained in:
Jan Hutter
2005-11-03 12:24:10 +00:00
parent 721983f58e
commit 1db30ec757
3 changed files with 35 additions and 7 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ int main()
tester->test_all(tester);
if (tester->destroy(tester) == SUCCESS)
if (tester->destroy(tester) != SUCCESS)
{
return -1;
}