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 24
24
import org .sosy_lab .java_smt .api .StringFormula ;
25
25
import org .sosy_lab .java_smt .basicimpl .Generator ;
26
26
27
- @ SuppressWarnings ({"CheckReturnValue" , "ReturnValueIgnored" ,"EqualsIncompatibleType" })
27
+ @ SuppressWarnings ({"CheckReturnValue" , "ReturnValueIgnored" , "EqualsIncompatibleType" })
28
28
public class SMTLIB2StringTest extends SolverBasedTest0 .ParameterizedSolverBasedTest0 {
29
29
@ Before
30
30
public void setUp () {
@@ -343,7 +343,6 @@ public void testRegexIntersection()
343
343
344
344
BooleanFormula actualResult = mgr .universalParseFromString (x );
345
345
346
-
347
346
assertThat (
348
347
actualResult .equals (
349
348
"(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