Skip to content

Commit 1c753d5

Browse files
h-g-ssvigerske
authored andcommitted
invalid pointer error in osisolverinterfacetest
1 parent cafff3e commit 1c753d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Osi/src/OsiCommonTest/OsiSolverInterfaceTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4032,7 +4032,6 @@ void OsiSolverInterfaceCommonUnitTest(const OsiSolverInterface *emptySi,
40324032
int ad = 13579;
40334033
{
40344034
OsiSolverInterface *si1 = exmip1Si->clone();
4035-
int ad = 13579;
40364035
si1->setApplicationData(&ad);
40374036
OSIUNITTEST_ASSERT_ERROR(*(static_cast< int * >(si1->getApplicationData())) == ad, {}, solverName, "storing application data");
40384037
si2 = si1->clone();

0 commit comments

Comments
 (0)