summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/chapman150408.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/strings/chapman150408.smt2')
-rw-r--r--test/regress/regress0/strings/chapman150408.smt210
1 files changed, 0 insertions, 10 deletions
diff --git a/test/regress/regress0/strings/chapman150408.smt2 b/test/regress/regress0/strings/chapman150408.smt2
deleted file mode 100644
index f03718556..000000000
--- a/test/regress/regress0/strings/chapman150408.smt2
+++ /dev/null
@@ -1,10 +0,0 @@
-(set-logic SLIA)
-(set-info :status sat)
-(set-option :strings-exp true)
-(set-option :rewrite-divk true)
-(declare-fun string () String)
-(assert (and
- (and (not (not (not (= (ite (> (str.indexof string ";" 0) 0) 1 0)
- 0)))) (not (= (ite (not (= (str.len string) 0)) 1 0) 0))) (not
- (not (= (ite (str.contains string "]") 1 0) 0)))))
-(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback