Skip to content

Commit ed2208f

Browse files
committed
-fixed tests
1 parent 0c1c6c6 commit ed2208f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2296,7 +2296,7 @@ public void testExceptionMultiply3()
22962296
assertThat(actualResult).isEqualTo(null);
22972297
}
22982298

2299-
@Test(expected = ParserException.class)
2299+
@Test(expected = UnsupportedOperationException.class)
23002300
public void testExceptionDistinct()
23012301
throws IOException, SolverException, InterruptedException, InvalidConfigurationException {
23022302
requireIntegers();

0 commit comments

Comments
 (0)