summaryrefslogtreecommitdiff
path: root/test/regress/regress1
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1')
-rw-r--r--test/regress/regress1/strings/timeout-no-resp.smt27
1 files changed, 7 insertions, 0 deletions
diff --git a/test/regress/regress1/strings/timeout-no-resp.smt2 b/test/regress/regress1/strings/timeout-no-resp.smt2
new file mode 100644
index 000000000..65608da62
--- /dev/null
+++ b/test/regress/regress1/strings/timeout-no-resp.smt2
@@ -0,0 +1,7 @@
+(set-logic SLIA)
+(set-info :status sat)
+(set-option :strings-exp true)
+(declare-const x String)
+(declare-const y String)
+(assert (not (= (str.replace "A" (str.replace x "A" y) x) (str.replace "A" x (str.replace x y x)))))
+(check-sat) \ No newline at end of file
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback