Skip to content

Commit

Permalink
Fixed typo that rendered a subtest useless.
Browse files Browse the repository at this point in the history
  • Loading branch information
geppi committed May 28, 2024
1 parent f373411 commit 4eee732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/CppTestSrv/CoComtypesDispIfcParamTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ HRESULT __stdcall CA::VerifyRecord(StructRecordParamTest* test_record,
// Modify the received record.
// This modification should not change the record on the client side
// because it is just an [in] parameter and not passed with VT_BYREF.
test_record->answer == 12 ;
test_record->answer = 12 ;

return S_OK ;
}
Expand Down

0 comments on commit 4eee732

Please sign in to comment.