kernel32/tests: Remove todo_wine from now succeeding heap test.

This is a followup to commit d78cbe84e5.
This commit is contained in:
Bernhard Übelacker 2024-11-13 02:33:01 +01:00 committed by Alexandre Julliard
parent 60ddc9613b
commit 6dd7cd59d9
Notes: Alexandre Julliard 2024-11-13 22:28:29 +01:00
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/wine/merge_requests/6807

View file

@ -217,7 +217,6 @@ static void test_HeapCreate(void)
count = GetProcessHeaps( ARRAY_SIZE(heaps), heaps );
ok( count == heap_count + 2, "GetProcessHeaps returned %lu\n", count );
ok( heaps[0] == GetProcessHeap(), "got wrong heap\n" );
todo_wine
ok( heaps[heap_count + 0] == heap, "got wrong heap\n" );
todo_wine
ok( heaps[heap_count + 1] == heap1, "got wrong heap\n" );