Changeset 1073 for trunk/psLib/test/collections/tst_psBitSet_05.c
- Timestamp:
- Jun 23, 2004, 1:00:17 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psBitSet_05.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psBitSet_05.c
r965 r1073 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-06- 10 00:28:36$12 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-06-23 23:00:15 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 48 48 // Test C - Free psBitSets 49 49 printPositiveTestHeader(stdout, "psBitSet", "Free psBitSets"); 50 ps BitSetFree(bs1);51 ps BitSetFree(bs2);52 ps BitSetFree(outbs);50 psFree(bs1); 51 psFree(bs2); 52 psFree(outbs); 53 53 psMemCheckLeaks(0, NULL, stdout); 54 54 int nBad = psMemCheckCorruption(0);
Note:
See TracChangeset
for help on using the changeset viewer.
