riched20: Flush the clipboard before exiting the test.

This commit is contained in:
Mike McCormack 2006-11-10 15:42:39 +09:00 committed by Alexandre Julliard
parent c6e25b54c9
commit c6118c34b2
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = riched20.dll
IMPORTS = riched20 user32 gdi32 kernel32
IMPORTS = riched20 ole32 user32 gdi32 kernel32
CTESTS = \
editor.c

View File

@ -1411,5 +1411,6 @@ START_TEST( editor )
}
}
OleFlushClipboard();
ok(FreeLibrary(hmoduleRichEdit) != 0, "error: %d\n", (int) GetLastError());
}