Changeset 893 for trunk/psLib/test/dataManip/tst_psStats05.c
- Timestamp:
- Jun 6, 2004, 5:14:39 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psStats05.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psStats05.c
r887 r893 73 73 testStatus); 74 74 75 76 77 printPositiveTestHeader(stdout, 78 "psStats functions", 79 "Deallocate NULL psStats structure."); 80 psStatsFree(NULL); 81 printFooter(stdout, 82 "psStats functions", 83 "Deallocate NULL psStats structure.", 84 testStatus); 85 86 75 87 return (!testStatus); 76 88 }
Note:
See TracChangeset
for help on using the changeset viewer.
