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