aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-suite/bugs/closed/3417.v (renamed from test-suite/bugs/opened/3417.v)4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/bugs/opened/3417.v b/test-suite/bugs/closed/3417.v
index 355fd17ff9..19a1863e0a 100644
--- a/test-suite/bugs/opened/3417.v
+++ b/test-suite/bugs/closed/3417.v
@@ -1,3 +1,7 @@
+Require Setoid.
+
Goal forall {T}(a b : T), b=a -> {c | c=b}.
+Proof.
intros T a b H.
Fail setoid_rewrite H.
+Abort.