summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/issue3272.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/strings/issue3272.smt2')
-rw-r--r--test/regress/regress1/strings/issue3272.smt23
1 files changed, 2 insertions, 1 deletions
diff --git a/test/regress/regress1/strings/issue3272.smt2 b/test/regress/regress1/strings/issue3272.smt2
index 47759ef1e..cf33afb92 100644
--- a/test/regress/regress1/strings/issue3272.smt2
+++ b/test/regress/regress1/strings/issue3272.smt2
@@ -1,3 +1,4 @@
+(set-info :smt-lib-version 2.5)
(set-logic ALL_SUPPORTED)
(set-option :strings-exp true)
(set-info :status sat)
@@ -10,7 +11,7 @@
(and
(not (= (ite (= (str.at (str.substr c 1 (- (str.len (str.substr c 0 (- (str.len c) 1))) 1)) (- (str.len (str.substr (str.substr c 1 (- (str.len (str.replace a b "")) 1)) 0 (- (str.len (str.substr (str.replace a b "") 1 (- (str.len (str.replace a b "")) 1))) 1))) 1)) "\t") 1 0) 0))
- (= (ite (= (str.at (str.substr (str.substr c 1 (- (str.len (str.replace a b "")) 1)) 0 (- (str.len (str.substr (str.replace a b "") 1 (- (str.len (str.replace a b "")) 1))) 1)) 0) "\n") 1 0) 0)
+ (= (ite (= (str.at (str.substr (str.substr c 1 (- (str.len (str.replace a b "")) 1)) 0 (- (str.len (str.substr (str.replace a b "") 1 (- (str.len (str.replace a b "")) 1))) 1)) 0) "B") 1 0) 0)
)
(= (ite (= (str.at (str.substr (str.substr c 1 (- (str.len c) 1)) 0 (- (str.len (str.substr (str.replace a b "") 1 (- (str.len (str.replace a b "")) 1))) 1)) 0) " ") 1 0) 0)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback