Changeset 1073 for trunk/psLib/test/collections/tst_psVector_01.c
- Timestamp:
- Jun 23, 2004, 1:00:17 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psVector_01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psVector_01.c
r972 r1073 14 14 * @author Ross Harman, MHPCC 15 15 * 16 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $17 * @date $Date: 2004-06- 10 01:50:43$16 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2004-06-23 23:00:15 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 79 79 // Test E - Free S32 vector 80 80 printPositiveTestHeader(stdout, "psVector", "Free S32 vector"); 81 ps VectorFree(psVec);81 psFree(psVec); 82 82 psMemCheckLeaks(0, NULL, stdout); 83 83 int nBad = psMemCheckCorruption(0);
Note:
See TracChangeset
for help on using the changeset viewer.
