Changeset 971
- Timestamp:
- Jun 9, 2004, 3:49:26 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psVector_01.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psVector_01.c
r968 r971 10 10 * E) Free S32 vector 11 11 * F) Attempt to create a S32 vector with zero size 12 * 12 * G) Attempt to realloc a null S32 vector 13 13 * @author Ross Harman, MHPCC 14 14 * 15 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $16 * @date $Date: 2004-06-10 01: 23:52$15 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2004-06-10 01:49:26 $ 17 17 * 18 18 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 86 86 printFooter(stdout, "psVector" ,"Free S32 vector", true); 87 87 88 88 89 // Test F - Attempt to create a S32 vector with zero size 89 90 printNegativeTestHeader(stdout,"psVector", "Attempt to create a S32 vector with zero size", … … 95 96 printFooter(stdout, "psVector", "Attempt to create a S32 vector with zero size", true); 96 97 98 97 99 // Test G - Attempt to realloc a null S32 vector 98 100 printNegativeTestHeader(stdout,"psVector", "Attempt to realloc a null S32 vector",
Note:
See TracChangeset
for help on using the changeset viewer.
