Skip to content

Commit

Permalink
Fix kernel test
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Jul 20, 2024
1 parent ba85b87 commit 6c771a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/lib/LockTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void CxPlatTestLockReadWrite()

#if defined(CX_PLATFORM_WINKERNEL)
{
CxPlatLockDispatch Lock;
CxPlatRwLockDispatch Lock;
CXPLAT_RAISE_IRQL();
Lock.AcquireShared();
TEST_TRUE(CXPLAT_AT_DISPATCH());
Expand Down

0 comments on commit 6c771a5

Please sign in to comment.