summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uf/simple.04.cvc
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/uf/simple.04.cvc')
-rw-r--r--test/regress/regress0/uf/simple.04.cvc11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/regress/regress0/uf/simple.04.cvc b/test/regress/regress0/uf/simple.04.cvc
deleted file mode 100644
index 0fc52bcca..000000000
--- a/test/regress/regress0/uf/simple.04.cvc
+++ /dev/null
@@ -1,11 +0,0 @@
-% EXPECT: not_entailed
-A: TYPE;
-B: TYPE;
-x, y: A;
-a, b: A;
-
-f: A -> B;
-
-ASSERT (x = a OR x = b) AND (y = b OR y = a);
-QUERY (f(x) = f(y));
-
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback