Commit c6118c34 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

riched20: Flush the clipboard before exiting the test.

parent c6e25b54
...@@ -3,7 +3,7 @@ TOPOBJDIR = ../../.. ...@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR = @srcdir@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
TESTDLL = riched20.dll TESTDLL = riched20.dll
IMPORTS = riched20 user32 gdi32 kernel32 IMPORTS = riched20 ole32 user32 gdi32 kernel32
CTESTS = \ CTESTS = \
editor.c editor.c
......
...@@ -1411,5 +1411,6 @@ START_TEST( editor ) ...@@ -1411,5 +1411,6 @@ START_TEST( editor )
} }
} }
OleFlushClipboard();
ok(FreeLibrary(hmoduleRichEdit) != 0, "error: %d\n", (int) GetLastError()); ok(FreeLibrary(hmoduleRichEdit) != 0, "error: %d\n", (int) GetLastError());
} }
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