comctl32/tests: Remove tests failing on most platforms.

This commit is contained in:
Nikolay Sivov 2009-04-23 11:51:41 +04:00 committed by Alexandre Julliard
parent 6f33b97c94
commit 946936c274
1 changed files with 0 additions and 5 deletions

View File

@ -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);
}