mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[KMTESTS:CC] Fix a typo
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user