- Timestamp:
- Jul 7, 2007, 5:42:45 PM (18 years ago)
- Branches:
- master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 535d68b
- Parents:
- 9a6cc40
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
util.c
rc2c5c77 r1cf3f8d3 789 789 int numfailed=0; 790 790 791 printf(" BEGIN testing owl_util\n");791 printf("# BEGIN testing owl_util\n"); 792 792 793 793 FAIL_UNLESS("owl_util_substitute 1", … … 812 812 !strcmp("meep foo bar", owl_util_uniq("meep foo", "bar foo meep", "-"))); 813 813 814 if (numfailed) printf("*** WARNING: failures encountered with owl_util\n");815 printf(" END testing owl_util (%d failures)\n", numfailed);814 // if (numfailed) printf("*** WARNING: failures encountered with owl_util\n"); 815 printf("# END testing owl_util (%d failures)\n", numfailed); 816 816 return(numfailed); 817 817 }
Note: See TracChangeset
for help on using the changeset viewer.