Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Feb 20, 2024
1 parent fb23c98 commit 4b6f947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testclass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8027,7 +8027,7 @@ class TestClass : public TestFixture {
errout.str("");

// Check..
const Settings settings = settingsBuilder().severity(Severity::warning).certainty(Certainty::inconclusive, inconclusive).build();
const Settings settings = settingsBuilder().severity(Severity::warning).severity(Severity::style).certainty(Certainty::inconclusive, inconclusive).build();

Preprocessor preprocessor(settings);

Expand Down

0 comments on commit 4b6f947

Please sign in to comment.