Skip to content

Commit c410213

Browse files
committed
SolverFormulaIOTest: remove empty statement / unneeded semicolon.
1 parent 4dfcf13 commit c410213

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,6 @@ private void checkThatDumpIsParseable(String dump) {
532532
} catch (AssumptionViolatedException ave) {
533533
// ignore, i.e., do not report test-case as skipped.
534534
}
535-
;
536535
}
537536

538537
private BooleanFormula genBoolExpr() {

0 commit comments

Comments
 (0)