Changeset 852 for trunk/psLib/test/sysUtils/tst_psLogMsg01.c
- Timestamp:
- Jun 3, 2004, 4:29:12 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psLogMsg01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psLogMsg01.c
r584 r852 13 13 int i = 0; 14 14 int testStatus = true; 15 int currentId = psMemGetId(); 15 16 16 17 printPositiveTestHeader(stdout, … … 33 34 "psSetLogLevel()", 34 35 testStatus); 36 37 if (psMemCheckLeaks(currentId,NULL,NULL) != 0) { 38 psAbort(__func__,"Memory Leaks!"); 39 } 40 psMemCheckCorruption(1); 41 35 42 return(!testStatus); 36 43 }
Note:
See TracChangeset
for help on using the changeset viewer.
