aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/opened')
-rw-r--r--test-suite/bugs/opened/3953.v4
1 files changed, 0 insertions, 4 deletions
diff --git a/test-suite/bugs/opened/3953.v b/test-suite/bugs/opened/3953.v
deleted file mode 100644
index d90ae31e8f..0000000000
--- a/test-suite/bugs/opened/3953.v
+++ /dev/null
@@ -1,4 +0,0 @@
-Goal forall (a b : unit), a = b -> exists c, b = c.
-intros.
-eexists.
-Fail subst.