summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2016-01-06 00:10:36 -0800
committerTim King <taking@cs.nyu.edu>2016-01-06 00:10:36 -0800
commitd0ef178e46acefc03373add0ed9a99c657bd4f72 (patch)
treeaf80cffcda357e8f18d40f30b5857438aff99446 /test
parent774af8c91c94f74fec03bc60a4c29abf60f4a5de (diff)
Improving the documentation of the CVC command CONTINUE.
Diffstat (limited to 'test')
-rw-r--r--test/regress/regress0/push-pop/units.cvc10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/regress/regress0/push-pop/units.cvc b/test/regress/regress0/push-pop/units.cvc
index edc868a79..3550174d8 100644
--- a/test/regress/regress0/push-pop/units.cvc
+++ b/test/regress/regress0/push-pop/units.cvc
@@ -17,3 +17,13 @@ PUSH;
POP;
% EXPECT: sat
CHECKSAT;
+PUSH 2;
+ASSERT x;
+ASSERT NOT x;
+% EXPECT: unsat
+CHECKSAT;
+POP 2;
+% EXPECT: sat
+CHECKSAT;
+
+
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback