aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/csdp.cachebin795146 -> 748 bytes
-rw-r--r--test-suite/failure/evar1.v3
2 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/csdp.cache b/test-suite/csdp.cache
index 0a971d56c2..f6f068c046 100644
--- a/test-suite/csdp.cache
+++ b/test-suite/csdp.cache
Binary files differ
diff --git a/test-suite/failure/evar1.v b/test-suite/failure/evar1.v
new file mode 100644
index 0000000000..1a4e42a89d
--- /dev/null
+++ b/test-suite/failure/evar1.v
@@ -0,0 +1,3 @@
+(* This used to succeed by producing an ill-typed term in v8.2 *)
+
+Lemma u: forall A : Prop, (exist _ A A) = (exist _ A A).