We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf4133 commit 4617374Copy full SHA for 4617374
src/org/sosy_lab/java_smt/test/SMTLIB2StringTest.java
@@ -24,7 +24,7 @@
24
import org.sosy_lab.java_smt.api.StringFormula;
25
import org.sosy_lab.java_smt.basicimpl.Generator;
26
27
-@SuppressWarnings({"CheckReturnValue", "ReturnValueIgnored","EqualsIncompatibleType"})
+@SuppressWarnings({"CheckReturnValue", "ReturnValueIgnored", "EqualsIncompatibleType"})
28
public class SMTLIB2StringTest extends SolverBasedTest0.ParameterizedSolverBasedTest0 {
29
@Before
30
public void setUp() {
@@ -343,7 +343,6 @@ public void testRegexIntersection()
343
344
BooleanFormula actualResult = mgr.universalParseFromString(x);
345
346
-
347
assertThat(
348
actualResult.equals(
349
"(str.in_re a (re.inter (str.to_re \"\\Qa\\E\") (str.to_re " + "\"\\Qb\\E\")))"));
0 commit comments