ole32/tests: Make sure to use a return value (LLVM/Clang).

This commit is contained in:
Austin English 2011-02-16 17:57:22 -08:00 committed by Alexandre Julliard
parent c4b1523b90
commit 671b9a43e7
1 changed files with 2 additions and 0 deletions

View File

@ -421,6 +421,8 @@ static void test_copyto(void)
static const LARGE_INTEGER llZero;
char buffer[15];
ok_ole_success(hr, "CreateStreamOnHGlobal");
expected_method_list = methods_copyto;
hr = IStream_Write(pStream, szHello, sizeof(szHello), &written);