aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-suite/bugs/closed/1041.v13
1 files changed, 0 insertions, 13 deletions
diff --git a/test-suite/bugs/closed/1041.v b/test-suite/bugs/closed/1041.v
deleted file mode 100644
index a5de82e0d8..0000000000
--- a/test-suite/bugs/closed/1041.v
+++ /dev/null
@@ -1,13 +0,0 @@
-Goal Prop.
-
-pose (P:=(fun x y :Prop => y)).
-evar (Q: (forall X Y,P X Y -> Prop)) .
-
-instantiate (1:= fun _ => _ ) in (Value of Q).
-instantiate (1:= fun _ => _ ) in (Value of Q).
-instantiate (1:= fun _ => _ ) in (Value of Q).
-
-instantiate (1:=H) in (Value of Q).
-
-Admitted.
-