@@ -915,9 +915,8 @@ class TestSuppressions : public TestFixture {
915915 runChecks (&TestSuppressions::checkSuppressionFiles);
916916 }
917917
918- static void suppressionsSettingsFS () {
919- // TODO
920- // runChecks(&TestSuppressions::checkSuppressionFS);
918+ void suppressionsSettingsFS () {
919+ runChecks (&TestSuppressions::checkSuppressionFS);
921920 }
922921
923922 void suppressionsSettingsThreadsFiles () {
@@ -1436,9 +1435,8 @@ class TestSuppressions : public TestFixture {
14361435 suppressingSyntaxErrorAndExitCodeInternal (&TestSuppressions::checkSuppressionFiles);
14371436 }
14381437
1439- static void suppressingSyntaxErrorAndExitCodeFS () {
1440- // TODO
1441- // suppressingSyntaxErrorAndExitCodeInternal(&TestSuppressions::checkSuppressionFS);
1438+ void suppressingSyntaxErrorAndExitCodeFS () {
1439+ suppressingSyntaxErrorAndExitCodeInternal (&TestSuppressions::checkSuppressionFS);
14421440 }
14431441
14441442 void suppressingSyntaxErrorAndExitCodeMultiFileInternal (unsigned int (TestSuppressions::*check)(std::map<std::string, std::string> &f, const std::string &)) {
@@ -1454,9 +1452,8 @@ class TestSuppressions : public TestFixture {
14541452 suppressingSyntaxErrorAndExitCodeMultiFileInternal (&TestSuppressions::checkSuppressionFiles);
14551453 }
14561454
1457- static void suppressingSyntaxErrorAndExitCodeMultiFileFS () {
1458- // TODO
1459- // suppressingSyntaxErrorAndExitCodeMultiFileInternal(&TestSuppressions::checkSuppressionFS);
1455+ void suppressingSyntaxErrorAndExitCodeMultiFileFS () {
1456+ suppressingSyntaxErrorAndExitCodeMultiFileInternal (&TestSuppressions::checkSuppressionFS);
14601457 }
14611458
14621459 void suppressLocal () const {
0 commit comments