Commit afd186e6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

qcap/tests: Add a trailing '\n' to an ok() call.

parent 7734de65
......@@ -1617,7 +1617,7 @@ static void test_smart_tee_filter_in_graph(IBaseFilter *smartTeeFilter, IPin *in
todo_wine ok(sourceFilter->mediaThreadId != previewSinkFilter->receiveThreadId,
"sending thread should != preview receiving thread\n");
todo_wine ok(captureSinkFilter->receiveThreadId != previewSinkFilter->receiveThreadId,
"capture receiving thread should != preview receiving thread");
"capture receiving thread should != preview receiving thread\n");
} else {
ok(0, "timeout: threads did not receive sample in time\n");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment