summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndres Notzli <andres.noetzli@gmail.com>2016-12-12 01:55:36 -0800
committerAndres Notzli <andres.noetzli@gmail.com>2016-12-12 01:55:36 -0800
commite6bb2eb7299f60a334a633a33e9085e1bc936a85 (patch)
treecdb59938b2a322e9cb920f3522d271e0888913d2 /test
parent89be804959b82c68b69906c84d843a8ecc33056a (diff)
Fix split-find-unsat-w-emp test
Commit 2f2e9fcf1fbb27f8e799aeac2372c0a9113f01aa did not update the split-find-unsat-w-emp test, this commit fixes that.
Diffstat (limited to 'test')
-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 10e509e05..c606d0ab6 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)) ))
+ (not (sep (not (pto x a)) (not (pto y b)) (not (sep (pto x a) (pto y b))) (not (emp x x)) ))
(sep (pto x a) (pto y b))
)
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback