Skip to content

Commit 9a7b13c

Browse files
committed
TestThreadExecutor: fixed rebase
1 parent 8ace12c commit 9a7b13c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/testthreadexecutor.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,9 @@ class TestThreadExecutor : public TestFixture {
220220
" char *a = malloc(10);\n"
221221
" return 0;\n"
222222
"}",
223-
dinit(CheckOptions, $.filesList = files));
223+
dinit(CheckOptions,
224+
$.quiet = false,
225+
$.filesList = files));
224226
// TODO: order of "Checking" and "checked" is affected by thread
225227
/*TODO_ASSERT_EQUALS("Checking " + fprefix() + "_2.cpp ...\n"
226228
"1/4 files checked 25% done\n"

0 commit comments

Comments
 (0)