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.
const
1 parent b6d12c7 commit 5b58e5bCopy full SHA for 5b58e5b
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