File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/org/sosy_lab/java_smt/test Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2424import org .sosy_lab .java_smt .api .StringFormula ;
2525import org .sosy_lab .java_smt .basicimpl .Generator ;
2626
27- @ SuppressWarnings ({"CheckReturnValue" , "ReturnValueIgnored" ,"EqualsIncompatibleType" })
27+ @ SuppressWarnings ({"CheckReturnValue" , "ReturnValueIgnored" , "EqualsIncompatibleType" })
2828public class SMTLIB2StringTest extends SolverBasedTest0 .ParameterizedSolverBasedTest0 {
2929 @ Before
3030 public void setUp () {
@@ -343,7 +343,6 @@ public void testRegexIntersection()
343343
344344 BooleanFormula actualResult = mgr .universalParseFromString (x );
345345
346-
347346 assertThat (
348347 actualResult .equals (
349348 "(str.in_re a (re.inter (str.to_re \" \\ Qa\\ E\" ) (str.to_re " + "\" \\ Qb\\ E\" )))" ));
You can’t perform that action at this time.
0 commit comments