usp10/tests: A spelling fix in an ok() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
febfcdae40
commit
7eeb393a30
|
@ -2405,7 +2405,7 @@ static void test_ScriptGetCMap(HDC hdc, unsigned short pwOutGlyphs[256])
|
||||||
hr = ScriptGetCMap(hdc, &psc, TestItem1, cInChars, 0, pwOutGlyphs3);
|
hr = ScriptGetCMap(hdc, &psc, TestItem1, cInChars, 0, pwOutGlyphs3);
|
||||||
ok( hr == S_OK, "ScriptGetCMap(NULL,&psc,NULL,0,0,NULL), expected S_OK, "
|
ok( hr == S_OK, "ScriptGetCMap(NULL,&psc,NULL,0,0,NULL), expected S_OK, "
|
||||||
"got %08x\n", hr);
|
"got %08x\n", hr);
|
||||||
ok( psc != NULL, "ScritpGetCMap expected psc to be not NULL\n");
|
ok( psc != NULL, "ScriptGetCMap expected psc to be not NULL\n");
|
||||||
ScriptFreeCache( &psc);
|
ScriptFreeCache( &psc);
|
||||||
|
|
||||||
/* Set psc to NULL, to be able to check if a pointer is returned in psc */
|
/* Set psc to NULL, to be able to check if a pointer is returned in psc */
|
||||||
|
|
Loading…
Reference in New Issue