summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sep/wand-0526-sat.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/wand-0526-sat.smt2
parent5d9fa2555c67e0d6661a69ee93d384f717b6858b (diff)
Parse standard separation logic inputs (#2257)
Diffstat (limited to 'test/regress/regress1/sep/wand-0526-sat.smt2')
-rw-r--r--test/regress/regress1/sep/wand-0526-sat.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/sep/wand-0526-sat.smt2 b/test/regress/regress1/sep/wand-0526-sat.smt2
index 12aa0a67e..99116c9d1 100644
--- a/test/regress/regress1/sep/wand-0526-sat.smt2
+++ b/test/regress/regress1/sep/wand-0526-sat.smt2
@@ -6,5 +6,5 @@
(declare-fun u () Int)
(declare-fun v () Int)
(assert (wand (pto x u) (pto y v)))
-(assert (emp 0 0))
+(assert (_ emp Int Int))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback