Changeset 620 for trunk/psLib/test/collections/tst_psBitSet_01.c
- Timestamp:
- May 7, 2004, 3:19:28 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psBitSet_01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psBitSet_01.c
r576 r620 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-05-0 5 20:39:09$13 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-05-08 01:19:28 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 58 58 psBitSetFree(bs); 59 59 psMemCheckLeaks(0, NULL, stdout); 60 psMemCheckCorruption(0); 61 int nBad = psMemCheckCorruption(0); 62 if(nBad) { 63 printf("ERROR: Found %d bad memory blocks\n", nBad); 64 } 60 65 printFooter(stdout, "psBitSet", "Free psBitSet", true); 61 66
Note:
See TracChangeset
for help on using the changeset viewer.
