@@ -893,9 +893,8 @@ class TestSuppressions : public TestFixture {
893
893
runChecks (&TestSuppressions::checkSuppressionFiles);
894
894
}
895
895
896
- static void suppressionsSettingsFS () {
897
- // TODO
898
- // runChecks(&TestSuppressions::checkSuppressionFS);
896
+ void suppressionsSettingsFS () {
897
+ runChecks (&TestSuppressions::checkSuppressionFS);
899
898
}
900
899
901
900
void suppressionsSettingsThreadsFiles () {
@@ -1375,9 +1374,8 @@ class TestSuppressions : public TestFixture {
1375
1374
suppressingSyntaxErrorAndExitCodeInternal (&TestSuppressions::checkSuppressionFiles);
1376
1375
}
1377
1376
1378
- static void suppressingSyntaxErrorAndExitCodeFS () {
1379
- // TODO
1380
- // suppressingSyntaxErrorAndExitCodeInternal(&TestSuppressions::checkSuppressionFS);
1377
+ void suppressingSyntaxErrorAndExitCodeFS () {
1378
+ suppressingSyntaxErrorAndExitCodeInternal (&TestSuppressions::checkSuppressionFS);
1381
1379
}
1382
1380
1383
1381
void suppressingSyntaxErrorAndExitCodeMultiFileInternal (unsigned int (TestSuppressions::*check)(std::map<std::string, std::string> &f, const std::string &)) {
@@ -1393,9 +1391,8 @@ class TestSuppressions : public TestFixture {
1393
1391
suppressingSyntaxErrorAndExitCodeMultiFileInternal (&TestSuppressions::checkSuppressionFiles);
1394
1392
}
1395
1393
1396
- static void suppressingSyntaxErrorAndExitCodeMultiFileFS () {
1397
- // TODO
1398
- // suppressingSyntaxErrorAndExitCodeMultiFileInternal(&TestSuppressions::checkSuppressionFS);
1394
+ void suppressingSyntaxErrorAndExitCodeMultiFileFS () {
1395
+ suppressingSyntaxErrorAndExitCodeMultiFileInternal (&TestSuppressions::checkSuppressionFS);
1399
1396
}
1400
1397
1401
1398
void suppressLocal () const {
0 commit comments