Commit 83f13d6b authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

ole32: Make an ok message match the name of the function it is testing.

parent 355903dd
......@@ -44,7 +44,7 @@ static void test_hglobal_storage_stat(void)
mode = STGM_CREATE|STGM_SHARE_EXCLUSIVE|STGM_READWRITE;/*0x1012*/
r = StgCreateDocfileOnILockBytes( ilb, mode, 0, &stg );
ok( r == S_OK, "CreateILockBytesOnHGlobal failed\n");
ok( r == S_OK, "StgCreateDocfileOnILockBytes failed\n");
r = WriteClassStg( stg, &test_stg_cls );
ok( r == S_OK, "WriteClassStg failed\n");
......
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