mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +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();
|
||||
Ret = CcPinRead(TestFileObject, &Offset, 0x1000, 0, &Bcb, (PVOID *)&Buffer);
|
||||
KmtEndSeh(STATUS_SUCCESS);
|
||||
ok(Ret == FALSE, "CcMapData succeed\n");
|
||||
ok(Ret == FALSE, "CcPinRead succeed\n");
|
||||
|
||||
if (Ret)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue