Skip to content

Commit f87a843

Browse files
Princess: Enable one of the tests for codepoints in string theory
The rest still seem to have issues on Princess
1 parent 2c14481 commit f87a843

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -903,12 +903,6 @@ public void testStringToCodePoint() throws SolverException, InterruptedException
903903

904904
@Test
905905
public void testToCodePointInRange() throws SolverException, InterruptedException {
906-
// TODO report to developers
907-
assume()
908-
.withMessage("Solver %s crashes", solverToUse())
909-
.that(solverToUse())
910-
.isNotEqualTo(Solvers.PRINCESS);
911-
912906
StringFormula str = smgr.makeVariable("str");
913907
IntegerFormula cp = smgr.toCodePoint(str);
914908
BooleanFormula invalidStr = imgr.equal(cp, imgr.makeNumber(-1));

0 commit comments

Comments
 (0)