summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/ilc-l-nt.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/strings/ilc-l-nt.smt2')
-rwxr-xr-xtest/regress/regress0/strings/ilc-l-nt.smt226
1 files changed, 13 insertions, 13 deletions
diff --git a/test/regress/regress0/strings/ilc-l-nt.smt2 b/test/regress/regress0/strings/ilc-l-nt.smt2
index 32dfc0b1b..9e1cc2bc5 100755
--- a/test/regress/regress0/strings/ilc-l-nt.smt2
+++ b/test/regress/regress0/strings/ilc-l-nt.smt2
@@ -1,14 +1,14 @@
-(set-logic ALL_SUPPORTED)
-(set-info :status unsat)
-(set-option :strings-exp true)
-
-(declare-fun s () String)
-(assert (or (= s "Id like cookies.") (= s "Id not like cookies.")))
-
-(declare-fun target () String)
-(assert (or (= target "l") (= target "m")))
-
-(declare-fun location () Int)
-(assert (= (* 2 location) (str.indexof s target 0)))
-
+(set-logic ALL_SUPPORTED)
+(set-info :status unsat)
+(set-option :strings-exp true)
+
+(declare-fun s () String)
+(assert (or (= s "Id like cookies.") (= s "Id not like cookies.")))
+
+(declare-fun target () String)
+(assert (or (= target "l") (= target "m")))
+
+(declare-fun location () Int)
+(assert (= (* 2 location) (str.indexof s target 0)))
+
(check-sat) \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback