summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sep/split-find-unsat-w-emp.smt2
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-08-02 17:17:09 -0500
committerGitHub <noreply@github.com>2018-08-02 17:17:09 -0500
commitdf0d51e1541034656fd503dbf5561399b9a3db9f (patch)
tree72c2ca07c8ae4e79e25c53a16c3510bc3f3715d0 /test/regress/regress1/sep/split-find-unsat-w-emp.smt2
parent5d9fa2555c67e0d6661a69ee93d384f717b6858b (diff)
Parse standard separation logic inputs (#2257)
Diffstat (limited to 'test/regress/regress1/sep/split-find-unsat-w-emp.smt2')
-rw-r--r--test/regress/regress1/sep/split-find-unsat-w-emp.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/sep/split-find-unsat-w-emp.smt2 b/test/regress/regress1/sep/split-find-unsat-w-emp.smt2
index c606d0ab6..91b07093c 100644
--- a/test/regress/regress1/sep/split-find-unsat-w-emp.smt2
+++ b/test/regress/regress1/sep/split-find-unsat-w-emp.smt2
@@ -10,7 +10,7 @@
(declare-const c Int)
(assert (and
- (not (sep (not (pto x a)) (not (pto y b)) (not (sep (pto x a) (pto y b))) (not (emp x x)) ))
+ (not (sep (not (pto x a)) (not (pto y b)) (not (sep (pto x a) (pto y b))) (not (_ emp Int Int)) ))
(sep (pto x a) (pto y b))
)
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback