mirror of
https://github.com/reactos/reactos.git
synced 2025-08-10 23:25:31 +00:00
[APITESTS:GDI32]
Add missing \n svn path=/trunk/; revision=50306
This commit is contained in:
parent
686accee7c
commit
38bbc45b31
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ void Test_AddFontResourceExW()
|
||||||
SetLastError(_SEH2_GetExceptionCode());
|
SetLastError(_SEH2_GetExceptionCode());
|
||||||
}
|
}
|
||||||
_SEH2_END
|
_SEH2_END
|
||||||
ok(result == -1, "AddFontResourceExW should throw an exception!, result == %d", result);
|
ok(result == -1, "AddFontResourceExW should throw an exception!, result == %d\n", result);
|
||||||
ok(GetLastError() == 0xc0000005, "GetLastError()==%lx\n", GetLastError());
|
ok(GetLastError() == 0xc0000005, "GetLastError()==%lx\n", GetLastError());
|
||||||
|
|
||||||
/* Test "" filename */
|
/* Test "" filename */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue