Commit 946936c2 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

comctl32/tests: Remove tests failing on most platforms.

parent 6f33b97c
......@@ -994,11 +994,6 @@ static void test_create(void)
ok(!IsWindow(hHeader), "Header shouldn't be created\n");
ok(NULL == GetDlgItem(hList, 0), "NULL dialog item expected\n");
expect(0, rect.left);
expect(0, rect.right);
expect(0, rect.top);
expect(0, rect.bottom);
DestroyWindow(hList);
}
......
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