summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sep/quant_wand.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/quant_wand.smt2
parent5d9fa2555c67e0d6661a69ee93d384f717b6858b (diff)
Parse standard separation logic inputs (#2257)
Diffstat (limited to 'test/regress/regress1/sep/quant_wand.smt2')
-rw-r--r--test/regress/regress1/sep/quant_wand.smt22
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress/regress1/sep/quant_wand.smt2 b/test/regress/regress1/sep/quant_wand.smt2
index 8a69c10c4..662682ec3 100644
--- a/test/regress/regress1/sep/quant_wand.smt2
+++ b/test/regress/regress1/sep/quant_wand.smt2
@@ -5,7 +5,7 @@
(declare-const u Int)
-(assert (emp 0 0))
+(assert (_ emp Int Int))
(assert
(forall ((y Int))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback