From c93a0973d069df9c8ce2bb89782bdd7c0325f983 Mon Sep 17 00:00:00 2001 From: Pierre Boutillier Date: Thu, 19 Dec 2013 16:50:49 +0100 Subject: Missing Fail in r16792 --- test-suite/bugs/opened/2310.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-suite/bugs/opened') diff --git a/test-suite/bugs/opened/2310.v b/test-suite/bugs/opened/2310.v index 0be859edd..a635e6083 100644 --- a/test-suite/bugs/opened/2310.v +++ b/test-suite/bugs/opened/2310.v @@ -14,4 +14,4 @@ Definition replace a (y:Nest (prod a a)) : a = a -> Nest a. (P:=\a.Nest (prod a a) and P:=\_.Nest (prod a a)) and refine should either leave P as subgoal or choose itself one solution *) -intros. refine (Cons (cast H _ y)). \ No newline at end of file +intros. Fail refine (Cons (cast H _ y)). \ No newline at end of file -- cgit v1.2.3