Commit a37dfe35 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

ole32/tests: Move tests to a separate function.

parent 40cd9a7f
......@@ -124,7 +124,7 @@ static ATOM register_dummy_class(void)
return RegisterClass(&wc);
}
START_TEST(dragdrop)
static void test_Register_Revoke(void)
{
HRESULT hr;
HWND hwnd;
......@@ -172,3 +172,8 @@ START_TEST(dragdrop)
DestroyWindow(hwnd);
}
START_TEST(dragdrop)
{
test_Register_Revoke();
}
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