We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdf060 commit 24c5953Copy full SHA for 24c5953
test/testio.cpp
@@ -34,6 +34,7 @@ class TestIO : public TestFixture {
34
35
private:
36
const Settings settings = settingsBuilder().library("std.cfg").library("windows.cfg").library("qt.cfg").build();
37
+ Settings settings1 = settingsBuilder().library("std.cfg").library("windows.cfg").library("qt.cfg").build();
38
39
void run() override {
40
TEST_CASE(coutCerrMisusage);
@@ -84,7 +85,6 @@ class TestIO : public TestFixture {
84
85
// Clear the error buffer..
86
errout.str("");
87
- Settings settings1 = settings;
88
settings1.severity.clear();
89
settings1.severity.enable(Severity::warning);
90
settings1.severity.enable(Severity::style);
0 commit comments