Changeset 968 for trunk/psLib/test/collections/tst_psVector_01.c
- Timestamp:
- Jun 9, 2004, 3:23:52 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
r868 r968 10 10 * E) Free S32 vector 11 11 * F) Attempt to create a S32 vector with zero size 12 * 12 * 13 13 * @author Ross Harman, MHPCC 14 14 * 15 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $16 * @date $Date: 2004-06- 04 20:18:12 $15 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2004-06-10 01:23:52 $ 17 17 * 18 18 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 95 95 printFooter(stdout, "psVector", "Attempt to create a S32 vector with zero size", true); 96 96 97 // Test G - Attempt to realloc a null S32 vector 98 printNegativeTestHeader(stdout,"psVector", "Attempt to realloc a null S32 vector", 99 "Null input vector", 0); 100 psVectorRealloc(6, NULL); 101 printFooter(stdout, "psVector", "Attempt to realloc a null S32 vector", true); 102 97 103 return 0; 98 104 }
Note:
See TracChangeset
for help on using the changeset viewer.
