Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HanielB committed Sep 26, 2023
1 parent 86a3f58 commit d571b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/api/cpp/solver_black.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2025,7 +2025,7 @@ TEST_F(TestApiBlackSolver, getUnsatCoreLemmas2)
d_solver.assertFormula(p_f_y.notTerm());
ASSERT_TRUE(d_solver.checkSat().isUnsat());

ASSERT_NO_THROW(uc = d_solver.getUnsatCoreLemmas());
ASSERT_NO_THROW(d_solver.getUnsatCoreLemmas());
}

TEST_F(TestApiBlackSolver, getDifficulty)
Expand Down

0 comments on commit d571b7d

Please sign in to comment.