[KMTESTS:CC] Fix a typo

This commit is contained in:
Pierre Schweitzer 2018-10-05 21:25:28 +02:00
parent bd39459f89
commit 52ccfcf6fe
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -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)
{ {