Changeset 2098 for box/trunk/infrastructure/buildenv-testmain-template.cpp
- Timestamp:
- 01/03/2008 22:37:04 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/buildenv-testmain-template.cpp
r2082 r2098 311 311 int returncode = test(argc, (const char **)argv); 312 312 Timers::Cleanup(); 313 314 fflush(stdout); 315 fflush(stderr); 313 316 314 317 // check for memory leaks, if enabled … … 327 330 { 328 331 bool filesleftopen = checkfilesleftopen(); 332 333 fflush(stdout); 334 fflush(stderr); 335 329 336 if(filesleftopen) 330 337 {
Note: See TracChangeset
for help on using the changeset viewer.
