mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[APITESTS][WIN32KNT_APITEST] Improve NtGdiGetFontResourceInfoInternalW testcase (#1290)
Use ok macro instead of obsolete TEST macro.
This commit is contained in:
committed by
GitHub
parent
377734c9ec
commit
8fa1a24edc
@@ -31,7 +31,7 @@ START_TEST(NtGdiGetFontResourceInfoInternalW)
|
||||
&logfont,
|
||||
2);
|
||||
|
||||
TEST(bRet != FALSE);
|
||||
ok(bRet != FALSE, "bRet was not FALSE.\n");
|
||||
|
||||
printf("lfHeight = %ld\n", logfont.lfHeight);
|
||||
printf("lfWidth = %ld\n", logfont.lfWidth);
|
||||
@@ -40,4 +40,3 @@ START_TEST(NtGdiGetFontResourceInfoInternalW)
|
||||
// RemoveFontResourceW(szFullFileName);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user