Index: trunk/psLib/test/collections/tst_psArray.c
===================================================================
--- trunk/psLib/test/collections/tst_psArray.c	(revision 2386)
+++ trunk/psLib/test/collections/tst_psArray.c	(revision 2392)
@@ -17,6 +17,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-11-19 01:04:51 $
+ *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-11-22 21:07:42 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -119,5 +119,4 @@
     printFooter(stdout, "psArray", "Reallocate void pointer array bigger", true);
 
-
     // Test D - Reallocate void pointer array smaller
     printPositiveTestHeader(stdout,"psArray","Reallocate void pointer array smaller");
@@ -206,5 +205,5 @@
         psFree(mySt[i]);
     }
-    if( psMemCheckLeaks(0, NULL, stdout) != 0) {
+    if( psMemCheckLeaks(0, NULL, stdout, false) != 0) {
         psError(PS_ERR_UNKNOWN,true,"Memory leaks detected.");
         return 110;
