@@ -887,9 +887,8 @@ class TestSuppressions : public TestFixture {
887887 runChecks (&TestSuppressions::checkSuppressionFiles);
888888 }
889889
890- static void suppressionsSettingsFS () {
891- // TODO
892- // runChecks(&TestSuppressions::checkSuppressionFS);
890+ void suppressionsSettingsFS () {
891+ runChecks (&TestSuppressions::checkSuppressionFS);
893892 }
894893
895894 void suppressionsSettingsThreadsFiles () {
@@ -1369,9 +1368,8 @@ class TestSuppressions : public TestFixture {
13691368 suppressingSyntaxErrorAndExitCodeInternal (&TestSuppressions::checkSuppressionFiles);
13701369 }
13711370
1372- static void suppressingSyntaxErrorAndExitCodeFS () {
1373- // TODO
1374- // suppressingSyntaxErrorAndExitCodeInternal(&TestSuppressions::checkSuppressionFS);
1371+ void suppressingSyntaxErrorAndExitCodeFS () {
1372+ suppressingSyntaxErrorAndExitCodeInternal (&TestSuppressions::checkSuppressionFS);
13751373 }
13761374
13771375 void suppressingSyntaxErrorAndExitCodeMultiFileInternal (unsigned int (TestSuppressions::*check)(std::map<std::string, std::string> &f, const std::string &)) {
@@ -1387,9 +1385,8 @@ class TestSuppressions : public TestFixture {
13871385 suppressingSyntaxErrorAndExitCodeMultiFileInternal (&TestSuppressions::checkSuppressionFiles);
13881386 }
13891387
1390- static void suppressingSyntaxErrorAndExitCodeMultiFileFS () {
1391- // TODO
1392- // suppressingSyntaxErrorAndExitCodeMultiFileInternal(&TestSuppressions::checkSuppressionFS);
1388+ void suppressingSyntaxErrorAndExitCodeMultiFileFS () {
1389+ suppressingSyntaxErrorAndExitCodeMultiFileInternal (&TestSuppressions::checkSuppressionFS);
13931390 }
13941391
13951392 void suppressLocal () const {
0 commit comments