Skip to content

Commit 6485aa2

Browse files
committed
[USER32_WINETEST] Enable the skipped part of clipboard.c as the issue documented in CORE-11953 doesn't happen in the KVM testbot.
svn path=/trunk/; revision=72620
1 parent be20a14 commit 6485aa2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rostests/winetests/user32/clipboard.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1761,9 +1761,7 @@ static void test_data_handles(void)
17611761
format_id = RegisterClipboardFormatA( "my_cool_clipboard_format" );
17621762
test_handles( 0 );
17631763
test_handles( GetDesktopWindow() );
1764-
#ifndef __REACTOS__ /* CORE-11953 */
17651764
test_handles( hwnd );
1766-
#endif
17671765
run_thread( test_handles_thread, hwnd, __LINE__ );
17681766

17691767
bitmap = CreateBitmap( 10, 10, 1, 1, NULL );

0 commit comments

Comments
 (0)