File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -569,7 +569,7 @@ class TestCppcheck : public TestFixture {
569569 // this is the "simple" format
570570 const auto s = dinit (Settings,
571571 $.templateFormat = templateFormat, // TODO: remove when we only longer rely on toString() in unique message handling
572- $.severity .enable (Severity::information);
572+ $.severity .enable (Severity::information);
573573 $.maxConfigs = 2 );
574574 Suppressions supprs;
575575 ErrorLogger2 errorLogger;
@@ -595,7 +595,7 @@ class TestCppcheck : public TestFixture {
595595 // this is the "simple" format
596596 const auto s = dinit (Settings,
597597 $.templateFormat = templateFormat, // TODO: remove when we only longer rely on toString() in unique message handling
598- $.severity .enable (Severity::information);
598+ $.severity .enable (Severity::information);
599599 $.debugwarnings = true );
600600 Suppressions supprs;
601601 ErrorLogger2 errorLogger;
You can’t perform that action at this time.
0 commit comments