X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=modules%2Frostests%2Fkmtests%2Fntos_cc%2FCcPinRead_drv.c;h=369d10574254f1a8b910e3bd785740eafecc2c05;hp=26ae0edf8c611be8fb7aecce8dd34aabcd220e17;hb=c467169708160efd4f6df845b1f72431f3488509;hpb=ce0650d37dd3c22acb7e84fc989a911828833a5d diff --git a/modules/rostests/kmtests/ntos_cc/CcPinRead_drv.c b/modules/rostests/kmtests/ntos_cc/CcPinRead_drv.c index 26ae0edf8c6..369d1057425 100644 --- a/modules/rostests/kmtests/ntos_cc/CcPinRead_drv.c +++ b/modules/rostests/kmtests/ntos_cc/CcPinRead_drv.c @@ -404,7 +404,7 @@ PerformTest( PTEST_CONTEXT TestContext; TestContext = ExAllocatePool(NonPagedPool, sizeof(TEST_CONTEXT)); - if (!skip(Fcb != NULL, "ExAllocatePool failed\n")) + if (!skip(TestContext != NULL, "ExAllocatePool failed\n")) { Ret = FALSE; Offset.QuadPart = 0x1000;