Skip to content

Commit 56034a0

Browse files
committed
TestThreadExecutor: fixed rebase
1 parent 5c6233b commit 56034a0

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
@@ -204,7 +204,7 @@ class TestThreadExecutor : public TestFixture {
204204
" char *a = malloc(10);\n"
205205
" return 0;\n"
206206
"}",
207-
SHOWTIME_MODES::SHOWTIME_NONE, nullptr, files);
207+
false, SHOWTIME_MODES::SHOWTIME_NONE, nullptr, files);
208208
// TODO: order of "Checking" and "checked" is affected by thread
209209
/*TODO_ASSERT_EQUALS("Checking file_2.cpp ...\n"
210210
"1/4 files checked 25% done\n"

0 commit comments

Comments
 (0)