Skip to content

Commit 9de0813

Browse files
committed
removed unsupported Test
1 parent 5fe98a8 commit 9de0813

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -491,18 +491,6 @@ public void testComplexStringRegex()
491491
+ "(check-sat)";
492492
parseGenerateReparseAndCheckSat(x, false);
493493
}
494-
@Test
495-
public void testComplex2()
496-
throws IOException, SolverException, InterruptedException, InvalidConfigurationException {
497-
String x = "(set-info :license \"https://creativecommons.org/licenses/by/4.0/\")\n"
498-
+ "(set-info :category \"random\")\n"
499-
+ "(set-info :status unknown)\n"
500-
+ "(declare-fun x () String)\n"
501-
+ "(assert (let ((_let_0 (re.* re.allchar ))) (and (not (= (str.in_re x (re.++ _let_0 re.allchar _let_0 re.allchar _let_0 (str.to_re (str.++ \"B\" (str.++ \"B\" (str.++ \"A\" \"C\")))) _let_0)) (str.in_re x (re.++ _let_0 re.allchar _let_0 re.allchar _let_0 (str.to_re (str.++ \"A\" (str.++ \"B\" (str.++ \"A\" \"B\")))) _let_0)))) (not (= (str.in_re x (re.++ _let_0 re.allchar _let_0 (str.to_re (str.++ \"A\" (str.++ \"C\" \"C\"))) _let_0 (str.to_re \"B\") _let_0)) (str.in_re x (re.++ _let_0 re.allchar _let_0 (str.to_re \"A\") _let_0 (str.to_re (str.++ \"C\" (str.++ \"C\" \"B\"))) _let_0)))))))\n"
502-
+ "(check-sat)\n"
503-
+ "(exit)";
504-
parseGenerateReparseAndCheckSat(x, true);
505-
}
506494

507495
private void parseGenerateReparseAndCheckSat(String pX, boolean isUnsat)
508496
throws IOException, SolverException, InterruptedException, InvalidConfigurationException {

0 commit comments

Comments
 (0)