@@ -886,9 +886,8 @@ class TestSuppressions : public TestFixture {
886886 runChecks (&TestSuppressions::checkSuppressionFiles);
887887 }
888888
889- static void suppressionsSettingsFS () {
890- // TODO
891- // runChecks(&TestSuppressions::checkSuppressionFS);
889+ void suppressionsSettingsFS () {
890+ runChecks (&TestSuppressions::checkSuppressionFS);
892891 }
893892
894893 void suppressionsSettingsThreadsFiles () {
@@ -1368,9 +1367,8 @@ class TestSuppressions : public TestFixture {
13681367 suppressingSyntaxErrorAndExitCodeInternal (&TestSuppressions::checkSuppressionFiles);
13691368 }
13701369
1371- static void suppressingSyntaxErrorAndExitCodeFS () {
1372- // TODO
1373- // suppressingSyntaxErrorAndExitCodeInternal(&TestSuppressions::checkSuppressionFS);
1370+ void suppressingSyntaxErrorAndExitCodeFS () {
1371+ suppressingSyntaxErrorAndExitCodeInternal (&TestSuppressions::checkSuppressionFS);
13741372 }
13751373
13761374 void suppressingSyntaxErrorAndExitCodeMultiFileInternal (unsigned int (TestSuppressions::*check)(std::map<std::string, std::string> &f, const std::string &)) {
@@ -1386,9 +1384,8 @@ class TestSuppressions : public TestFixture {
13861384 suppressingSyntaxErrorAndExitCodeMultiFileInternal (&TestSuppressions::checkSuppressionFiles);
13871385 }
13881386
1389- static void suppressingSyntaxErrorAndExitCodeMultiFileFS () {
1390- // TODO
1391- // suppressingSyntaxErrorAndExitCodeMultiFileInternal(&TestSuppressions::checkSuppressionFS);
1387+ void suppressingSyntaxErrorAndExitCodeMultiFileFS () {
1388+ suppressingSyntaxErrorAndExitCodeMultiFileInternal (&TestSuppressions::checkSuppressionFS);
13921389 }
13931390
13941391 void suppressLocal () const {
0 commit comments