Skip to content

Commit 5d85f66

Browse files
committed
improve tests: exclude solvers that do not support integer theory from integer-based test.
1 parent c66f368 commit 5d85f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,11 +1209,11 @@ public void testGetArrays4() throws SolverException, InterruptedException {
12091209
}
12101210

12111211
@Test
1212-
@SuppressWarnings("CheckReturnValue")
12131212
public void testGetArrays4invalid() throws SolverException, InterruptedException {
12141213
requireParser();
12151214
requireArrays();
12161215
requireArrayModel();
1216+
requireIntegers();
12171217

12181218
// create formula for "arr[5]==x && x==123"
12191219
BooleanFormula f =

0 commit comments

Comments
 (0)