Commit 5c9753e2 authored by Alexandre Julliard's avatar Alexandre Julliard

kernel32/tests: Remove leftover Sleep() call.

parent 7aaaf738
......@@ -810,7 +810,6 @@ START_TEST(heap)
test_debug_heap( argv[0], FLG_HEAP_DISABLE_COALESCING );
test_debug_heap( argv[0], FLG_HEAP_PAGE_ALLOCS );
test_debug_heap( argv[0], 0xdeadbeef );
Sleep(5000);
}
else win_skip( "RtlGetNtGlobalFlags not found, skipping heap debug tests\n" );
}
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