comparison data/fileio/test/svcore-data-fileio-test.cpp @ 1429:48e9f538e6e9

Untabify
author Chris Cannam
date Thu, 01 Mar 2018 18:02:22 +0000
parents 87ae75da6527
children a12fd0456f0c
comparison
equal deleted inserted replaced
1428:87ae75da6527 1429:48e9f538e6e9
70 else ++bad; 70 else ++bad;
71 } 71 }
72 72
73 if (bad > 0) { 73 if (bad > 0) {
74 SVCERR << "\n********* " << bad << " test suite(s) failed!\n" << endl; 74 SVCERR << "\n********* " << bad << " test suite(s) failed!\n" << endl;
75 return 1; 75 return 1;
76 } else { 76 } else {
77 SVCERR << "All tests passed" << endl; 77 SVCERR << "All tests passed" << endl;
78 return 0; 78 return 0;
79 } 79 }
80 } 80 }
81 81