We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
const
1 parent 1b0092d commit cfd2028Copy full SHA for cfd2028
1 file changed
test/testthreadexecutor.cpp
@@ -39,7 +39,7 @@ class TestThreadExecutor : public TestFixture {
39
TestThreadExecutor() : TestFixture("TestThreadExecutor") {}
40
41
private:
42
- const Settings settings = settingsBuilder().library("std.cfg").build();
+ Settings settings = settingsBuilder().library("std.cfg").build();
43
44
/**
45
* Execute check using n jobs for y files which are have
0 commit comments