aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-01-28 14:35:31 +0000
committerGitHub2021-01-28 14:35:31 +0000
commit90b79076305d8b9ceb92f81a99bf0a9d423903ee (patch)
tree2fe8c36ec91ab01281e5d22fe972feb3591fd07b /test-suite
parent8d697d8a4fe7165b736736196b167c5dc4725583 (diff)
parent6e41dd8c6ba0279b9c882c02053c4d34eb251971 (diff)
Merge PR #13790: [vernac] Check that no proofs do remain open at section/module closing time
Reviewed-by: SkySkimmer
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/bug_13755.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/bug_13755.v b/test-suite/bugs/closed/bug_13755.v
new file mode 100644
index 0000000000..cc25157b9b
--- /dev/null
+++ b/test-suite/bugs/closed/bug_13755.v
@@ -0,0 +1,5 @@
+Module M1.
+Lemma t1 : True.
+Fail End M1.
+Proof. exact I. Qed.
+End M1.