@@ -887,9 +887,8 @@ class TestSuppressions : public TestFixture {
887
887
runChecks (&TestSuppressions::checkSuppressionFiles);
888
888
}
889
889
890
- static void suppressionsSettingsFS () {
891
- // TODO
892
- // runChecks(&TestSuppressions::checkSuppressionFS);
890
+ void suppressionsSettingsFS () {
891
+ runChecks (&TestSuppressions::checkSuppressionFS);
893
892
}
894
893
895
894
void suppressionsSettingsThreadsFiles () {
@@ -1369,9 +1368,8 @@ class TestSuppressions : public TestFixture {
1369
1368
suppressingSyntaxErrorAndExitCodeInternal (&TestSuppressions::checkSuppressionFiles);
1370
1369
}
1371
1370
1372
- static void suppressingSyntaxErrorAndExitCodeFS () {
1373
- // TODO
1374
- // suppressingSyntaxErrorAndExitCodeInternal(&TestSuppressions::checkSuppressionFS);
1371
+ void suppressingSyntaxErrorAndExitCodeFS () {
1372
+ suppressingSyntaxErrorAndExitCodeInternal (&TestSuppressions::checkSuppressionFS);
1375
1373
}
1376
1374
1377
1375
void suppressingSyntaxErrorAndExitCodeMultiFileInternal (unsigned int (TestSuppressions::*check)(std::map<std::string, std::string> &f, const std::string &)) {
@@ -1387,9 +1385,8 @@ class TestSuppressions : public TestFixture {
1387
1385
suppressingSyntaxErrorAndExitCodeMultiFileInternal (&TestSuppressions::checkSuppressionFiles);
1388
1386
}
1389
1387
1390
- static void suppressingSyntaxErrorAndExitCodeMultiFileFS () {
1391
- // TODO
1392
- // suppressingSyntaxErrorAndExitCodeMultiFileInternal(&TestSuppressions::checkSuppressionFS);
1388
+ void suppressingSyntaxErrorAndExitCodeMultiFileFS () {
1389
+ suppressingSyntaxErrorAndExitCodeMultiFileInternal (&TestSuppressions::checkSuppressionFS);
1393
1390
}
1394
1391
1395
1392
void suppressLocal () const {
0 commit comments