diff options
Diffstat (limited to 'test-suite/bugs/closed/2616.v')
| -rw-r--r-- | test-suite/bugs/closed/2616.v | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test-suite/bugs/closed/2616.v b/test-suite/bugs/closed/2616.v deleted file mode 100644 index 8758e32dd8..0000000000 --- a/test-suite/bugs/closed/2616.v +++ /dev/null @@ -1,7 +0,0 @@ -(* Testing ill-typed rewrite which used to succeed in 8.3 *) -Goal - forall (N : nat -> Prop) (g : nat -> sig N) (IN : forall a : sig N, a = g 0), - N 0 -> False. -Proof. -intros. -Fail rewrite IN in H. |
