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