kernel32/tests: Remove leftover Sleep() call.

This commit is contained in:
Alexandre Julliard 2010-02-01 16:19:21 +01:00
parent 7aaaf738ec
commit 5c9753e2b6
1 changed files with 0 additions and 1 deletions

View File

@ -810,7 +810,6 @@ START_TEST(heap)
test_debug_heap( argv[0], FLG_HEAP_DISABLE_COALESCING ); test_debug_heap( argv[0], FLG_HEAP_DISABLE_COALESCING );
test_debug_heap( argv[0], FLG_HEAP_PAGE_ALLOCS ); test_debug_heap( argv[0], FLG_HEAP_PAGE_ALLOCS );
test_debug_heap( argv[0], 0xdeadbeef ); test_debug_heap( argv[0], 0xdeadbeef );
Sleep(5000);
} }
else win_skip( "RtlGetNtGlobalFlags not found, skipping heap debug tests\n" ); else win_skip( "RtlGetNtGlobalFlags not found, skipping heap debug tests\n" );
} }