mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
kernel32/tests: Remove todo_wine from now succeeding heap test.
This is a followup to commit d78cbe84e5
.
This commit is contained in:
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
1 changed files with 0 additions and 1 deletions
|
@ -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" );
|
||||
|
|
Loading…
Reference in a new issue