summaryrefslogtreecommitdiff
path: root/test/regress/regress0/test11.cvc
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/test11.cvc')
-rw-r--r--test/regress/regress0/test11.cvc7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/regress/regress0/test11.cvc b/test/regress/regress0/test11.cvc
deleted file mode 100644
index 26dda442e..000000000
--- a/test/regress/regress0/test11.cvc
+++ /dev/null
@@ -1,7 +0,0 @@
-x, y : BOOLEAN;
-
-ASSERT (x OR y);
-ASSERT NOT (x OR y);
-
-% EXPECT: entailed
-QUERY FALSE;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback