Commit b8fe0200 authored by Dylan Smith's avatar Dylan Smith Committed by Alexandre Julliard

richedit: Added DestroyWindow call to clean up the end of a test.

parent 197f3f4c
......@@ -5164,6 +5164,7 @@ static void test_eventMask(void)
ok(queriedEventMask == (eventMask & ~ENM_CHANGE),
"wrong event mask (0x%x) during WM_COMMAND\n", queriedEventMask);
DestroyWindow(parent);
}
static int received_WM_NOTIFY = 0;
......
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