summaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/2814.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/opened/2814.v')
-rw-r--r--test-suite/bugs/opened/2814.v5
1 files changed, 0 insertions, 5 deletions
diff --git a/test-suite/bugs/opened/2814.v b/test-suite/bugs/opened/2814.v
deleted file mode 100644
index a740b438..00000000
--- a/test-suite/bugs/opened/2814.v
+++ /dev/null
@@ -1,5 +0,0 @@
-Require Import Program.
-
-Goal forall (x : Type) (f g : Type -> Type) (H : f x ~= g x), False.
- intros.
- Fail induction H.