aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened
diff options
context:
space:
mode:
authorMatthieu Sozeau2014-06-20 16:03:52 +0200
committerMatthieu Sozeau2014-06-20 16:03:52 +0200
commit6133a43c30e03656696a897bcedaf0cfb2cec70d (patch)
treeedda5b719763000d714a3eb097a15d6a8efccb64 /test-suite/bugs/opened
parent45bcb4c7ad7aad8c2c63287870666339fe2ac1f2 (diff)
Allow more relaxed conversion between the types of the two terms of a rewrite
equation, fix uncaught exception in setoid_rewrite (bug #3336).
Diffstat (limited to 'test-suite/bugs/opened')
-rw-r--r--test-suite/bugs/opened/3336.v6
1 files changed, 0 insertions, 6 deletions
diff --git a/test-suite/bugs/opened/3336.v b/test-suite/bugs/opened/3336.v
deleted file mode 100644
index d469a13a34..0000000000
--- a/test-suite/bugs/opened/3336.v
+++ /dev/null
@@ -1,6 +0,0 @@
-Require Import Setoid.
-Goal forall x y : Type, x = y -> x = y.
-intros x y H.
-Fail setoid_rewrite H.
-(* Toplevel input, characters 0-16:
-Anomaly: Uncaught exception Reduction.NotConvertible(_). Please report. *)