We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792dc76 commit 3aff21dCopy full SHA for 3aff21d
src/org/sosy_lab/java_smt/test/BooleanFormulaSubject.java
@@ -173,7 +173,7 @@ private void reportUnsatCoreForUnexpectedUnsatisfiableFormula()
173
prover.push(part);
174
}
175
if (!prover.isUnsat()) {
176
- throw new AssertionError("repated satisfiability check returned different result");
+ throw new AssertionError("repeated satisfiability check returned different result");
177
178
final List<BooleanFormula> unsatCore = prover.getUnsatCore();
179
if (unsatCore.isEmpty()
0 commit comments