Commit 671b9a43 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent c4b1523b
......@@ -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);
......
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