Skip to content

Commit 94f3ad6

Browse files
committed
fix Refaster warnings
1 parent e68e0a0 commit 94f3ad6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/org/sosy_lab/java_smt/basicimpl/AbstractSolverContext.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public final FormulaManager getFormulaManager() {
3535
return fmgr;
3636
}
3737

38+
@SuppressWarnings("resource")
3839
@Override
3940
public final ProverEnvironment newProverEnvironment(ProverOptions... options) {
4041
ProverEnvironment out = newProverEnvironment0(toSet(options));

src/org/sosy_lab/java_smt/test/SolverTacticsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public void ufEliminationNestedUfsTest() throws SolverException, InterruptedExce
199199
}
200200

201201
@Test
202-
public void ufEliminationNesteQuantifierTest() throws InterruptedException {
202+
public void ufEliminationNesteQuantifierTest() {
203203
requireIntegers();
204204
requireQuantifiers();
205205
// f := exists v1,v2v,v3,v4 : uf(v1, v3) == uf(v2, v4)

0 commit comments

Comments
 (0)