summaryrefslogtreecommitdiff
path: root/test/regress/regress0/strings/repl-soundness-sem.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/strings/repl-soundness-sem.smt2')
-rw-r--r--test/regress/regress0/strings/repl-soundness-sem.smt212
1 files changed, 0 insertions, 12 deletions
diff --git a/test/regress/regress0/strings/repl-soundness-sem.smt2 b/test/regress/regress0/strings/repl-soundness-sem.smt2
deleted file mode 100644
index d56d7945f..000000000
--- a/test/regress/regress0/strings/repl-soundness-sem.smt2
+++ /dev/null
@@ -1,12 +0,0 @@
-; COMMAND-LINE: --strings-exp
-; EXPECT: sat
-(set-logic ALL)
-(set-info :status sat)
-(declare-fun x () String)
-(declare-fun y () String)
-(assert (and
-(= (str.replace x x "abc") "")
-(= (str.replace (str.++ x y) x "abc") (str.++ x y))
-(= (str.replace (str.++ x y) (str.substr x 0 2) "abc") y)
-))
-(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback