aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/failure/rewrite_in_hyp.v
diff options
context:
space:
mode:
authorGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-10-13 17:20:47 +0000
committerGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-10-13 17:20:47 +0000
commit45734a4e2d0515006ef71927ca5e7a2e20b08381 (patch)
tree1d5f3d8c587e7c2583bd7f03d2239765f611c75e /test-suite/failure/rewrite_in_hyp.v
parent4d36f0a0f95b94724c033c1399e3f3e18bb0bf1a (diff)
Adaptation des tests suite à la modification de Rewrite .. in (r9201)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9239 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/failure/rewrite_in_hyp.v')
-rw-r--r--test-suite/failure/rewrite_in_hyp.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/failure/rewrite_in_hyp.v b/test-suite/failure/rewrite_in_hyp.v
new file mode 100644
index 000000000..613d707c6
--- /dev/null
+++ b/test-suite/failure/rewrite_in_hyp.v
@@ -0,0 +1,3 @@
+Goal forall (T1 T2 : Type) (f:T1 -> Prop) (x:T1) (H:T1=T2), f x -> 0=1.
+ intros T1 T2 f x H fx.
+ rewrite H in x.