summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sep/split-find-unsat-w-emp.smt2
diff options
context:
space:
mode:
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