Changeset 2392 for trunk/psLib/test/astronomy/tst_psTime_02.c
- Timestamp:
- Nov 22, 2004, 11:10:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astronomy/tst_psTime_02.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/tst_psTime_02.c
r2204 r2392 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-1 0-27 00:57:33$12 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-11-22 20:52:45 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 42 42 // Test C - Free data 43 43 printPositiveTestHeader(stdout, "psTime", "Test C - Free data"); 44 psMemCheckLeaks(0, NULL, stdout); 44 if ( psMemCheckLeaks(0, NULL, stdout,false) != 0) { 45 psError(PS_ERR_UNKNOWN,true,"Memory leaks detected"); 46 return 10; 47 } 45 48 psMemCheckCorruption(0); 46 49 psS32 nBad = psMemCheckCorruption(0);
Note:
See TracChangeset
for help on using the changeset viewer.
