summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-08-19 19:02:48 -0500
committerGitHub <noreply@github.com>2020-08-19 19:02:48 -0500
commita2d3808e2934ab660c709b45c184ae973375eb61 (patch)
tree0b253674095c7a4a7ad6a1a334d5d0c4793a2c4e
parent6710b082bc6fa8c7f67203a4013657e069479119 (diff)
Add strings-exp to regression (#4923)
str.at expands to str.substr, thus this benchmark (may) require strings-exp if things do not rewrite/preprocess. This triggers a regress0 failure on proof-new currently.
-rw-r--r--test/regress/regress0/strings/unsound-0908.smt22
1 files changed, 2 insertions, 0 deletions
diff --git a/test/regress/regress0/strings/unsound-0908.smt2 b/test/regress/regress0/strings/unsound-0908.smt2
index 9c91d135f..632c6713d 100644
--- a/test/regress/regress0/strings/unsound-0908.smt2
+++ b/test/regress/regress0/strings/unsound-0908.smt2
@@ -1,3 +1,5 @@
+; COMMAND-LINE: --strings-exp
+; EXPECT: sat
(set-logic QF_SLIA)
(set-info :status sat)
(declare-const x String)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback