summaryrefslogtreecommitdiff
path: root/test/regress/regress0/push-pop/bug233.cvc
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/push-pop/bug233.cvc')
-rw-r--r--test/regress/regress0/push-pop/bug233.cvc11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/regress/regress0/push-pop/bug233.cvc b/test/regress/regress0/push-pop/bug233.cvc
deleted file mode 100644
index 1a6049329..000000000
--- a/test/regress/regress0/push-pop/bug233.cvc
+++ /dev/null
@@ -1,11 +0,0 @@
-% Tests the invariants for multiple queries.
-% COMMAND-LINE: --incremental
-
-a, b: BOOLEAN;
-
-% EXPECT: entailed
-QUERY (a AND b) OR NOT (a AND b);
-
-% EXPECT: not_entailed
-QUERY (a OR b);
-
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback