summaryrefslogtreecommitdiff
path: root/test/regress/regress1/strings/str-code-unsat-2.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/strings/str-code-unsat-2.smt2')
-rw-r--r--test/regress/regress1/strings/str-code-unsat-2.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/strings/str-code-unsat-2.smt2 b/test/regress/regress1/strings/str-code-unsat-2.smt2
index 38116061e..721cbc533 100644
--- a/test/regress/regress1/strings/str-code-unsat-2.smt2
+++ b/test/regress/regress1/strings/str-code-unsat-2.smt2
@@ -2,5 +2,5 @@
(set-info :status unsat)
(declare-fun x () String)
(assert (= (str.len x) 1))
-(assert (or (< (str.code x) 0) (> (str.code x) 10000000000000000000000000000)))
+(assert (or (< (str.to_code x) 0) (> (str.to_code x) 10000000000000000000000000000)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback