mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +00:00
[KMTESTS:CC] Fix a typo
This commit is contained in:
parent
bd39459f89
commit
52ccfcf6fe
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ PerformTest(
|
||||||
KmtStartSeh();
|
KmtStartSeh();
|
||||||
Ret = CcPinRead(TestFileObject, &Offset, 0x1000, 0, &Bcb, (PVOID *)&Buffer);
|
Ret = CcPinRead(TestFileObject, &Offset, 0x1000, 0, &Bcb, (PVOID *)&Buffer);
|
||||||
KmtEndSeh(STATUS_SUCCESS);
|
KmtEndSeh(STATUS_SUCCESS);
|
||||||
ok(Ret == FALSE, "CcMapData succeed\n");
|
ok(Ret == FALSE, "CcPinRead succeed\n");
|
||||||
|
|
||||||
if (Ret)
|
if (Ret)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue