Commit 0657b1d1 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

kernel32/tests: Run test_overlapped_transport in byte mode.

parent 9d011931
......@@ -3056,4 +3056,6 @@ START_TEST(pipe)
test_readfileex_pending();
test_overlapped_transport(TRUE, FALSE);
test_overlapped_transport(TRUE, TRUE);
if (broken(1)) /* FIXME: Remove once Wine is ready. */
test_overlapped_transport(FALSE, FALSE);
}
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