Browse Source

minor typo fixes

Stasik0 11 years ago
parent
commit
e30b3a1b66
2 changed files with 0 additions and 2 deletions
  1. 0 1
      tests/check_indexedList.c
  2. 0 1
      tests/check_list.c

+ 0 - 1
tests/check_indexedList.c

@@ -92,7 +92,6 @@ int main (void)
 {
 	int number_failed = 0;
 
-	/* check_list */
 	Suite* s = linkedList_testSuite();
 	SRunner* sr = srunner_create(s);
 	srunner_run_all(sr,CK_NORMAL);

+ 0 - 1
tests/check_list.c

@@ -85,7 +85,6 @@ int main (void)
 {
 	int number_failed = 0;
 
-	/* check_list */
 	Suite* s = list_testSuite();
 	SRunner* sr = srunner_create(s);
 	srunner_run_all(sr,CK_NORMAL);