Skip to content

Commit

Permalink
invalid pointer error in osisolverinterfacetest
Browse files Browse the repository at this point in the history
  • Loading branch information
h-g-s committed Apr 19, 2020
1 parent 7ae4ea0 commit 192b006
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/OsiCommonTest/OsiSolverInterfaceTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4032,7 +4032,6 @@ void OsiSolverInterfaceCommonUnitTest(const OsiSolverInterface *emptySi,
int ad = 13579;
{
OsiSolverInterface *si1 = exmip1Si->clone();
int ad = 13579;
si1->setApplicationData(&ad);
OSIUNITTEST_ASSERT_ERROR(*(static_cast< int * >(si1->getApplicationData())) == ad, {}, solverName, "storing application data");
si2 = si1->clone();
Expand Down

0 comments on commit 192b006

Please sign in to comment.