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