Index: /trunk/psLib/test/collections/tst_psVector_01.c
===================================================================
--- /trunk/psLib/test/collections/tst_psVector_01.c	(revision 970)
+++ /trunk/psLib/test/collections/tst_psVector_01.c	(revision 971)
@@ -10,9 +10,9 @@
  *     E)  Free S32 vector
  *     F)  Attempt to create a S32 vector with zero size
- *
+ *     G)  Attempt to realloc a null S32 vector
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-06-10 01:23:52 $
+ *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-06-10 01:49:26 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -86,4 +86,5 @@
     printFooter(stdout, "psVector" ,"Free S32 vector", true);
 
+
     // Test F - Attempt to create a S32 vector with zero size
     printNegativeTestHeader(stdout,"psVector", "Attempt to create a S32 vector with zero size",
@@ -95,4 +96,5 @@
     printFooter(stdout, "psVector", "Attempt to create a S32 vector with zero size", true);
 
+
     // Test G - Attempt to realloc a null S32 vector
     printNegativeTestHeader(stdout,"psVector", "Attempt to realloc a null S32 vector",
