Skip to content

Commit b525541

Browse files
committed
TestThreadExecutor: fixed rebase
1 parent 8fab393 commit b525541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testthreadexecutor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ class TestThreadExecutor : public TestFixture {
209209
" char *a = malloc(10);\n"
210210
" return 0;\n"
211211
"}",
212-
SHOWTIME_MODES::SHOWTIME_NONE, nullptr, files);
212+
false, SHOWTIME_MODES::SHOWTIME_NONE, nullptr, files);
213213
// TODO: order of "Checking" and "checked" is affected by thread
214214
/*TODO_ASSERT_EQUALS("Checking " + fprefix() + "_2.cpp ...\n"
215215
"1/4 files checked 25% done\n"

0 commit comments

Comments
 (0)