summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/proj-issue316-regexp-ite.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/strings/proj-issue316-regexp-ite.smt2')
-rw-r--r--test/regress/regress0/strings/proj-issue316-regexp-ite.smt210
1 files changed, 10 insertions, 0 deletions
diff --git a/test/regress/regress0/strings/proj-issue316-regexp-ite.smt2 b/test/regress/regress0/strings/proj-issue316-regexp-ite.smt2
new file mode 100644
index 000000000..e19accd36
--- /dev/null
+++ b/test/regress/regress0/strings/proj-issue316-regexp-ite.smt2
@@ -0,0 +1,10 @@
+; COMMAND-LINE: --theoryof-mode=type
+; COMMAND-LINE: --theoryof-mode=term
+; SCRUBBER: grep -o "ITE branches of type RegLan are currently not supported"
+; EXPECT: ITE branches of type RegLan are currently not supported
+; EXIT: 1
+(set-logic QF_SLIA)
+(declare-const b Bool)
+(declare-const x String)
+(assert (str.in_re x (ite b re.none re.allchar)))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback