Skip to content

Commit 5b58e5b

Browse files
committed
testthreadexecutor.cpp: removed const to fix compilation after changes in another merge
1 parent b6d12c7 commit 5b58e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testthreadexecutor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class TestThreadExecutor : public TestFixture {
3939
TestThreadExecutor() : TestFixture("TestThreadExecutor") {}
4040

4141
private:
42-
const Settings settings = settingsBuilder().library("std.cfg").build();
42+
Settings settings = settingsBuilder().library("std.cfg").build();
4343

4444
/**
4545
* Execute check using n jobs for y files which are have

0 commit comments

Comments
 (0)