aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorMaxime Dénès2018-12-22 01:45:30 +0100
committerMaxime Dénès2019-01-08 18:03:15 +0100
commit320363315e350bf427054d837a02b4d97f015199 (patch)
treeb7f00599f459f3e75b83d17cb1b35dec132fa366 /test-suite
parent727d4da625f88b7ba302d5c129f9773dc1fb1e33 (diff)
Fix #9272: `Unset Nested Proofs Allowed` does not capture nested `Instance` proofs.
We forbid commands that may open proofs inside proofs.
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/opened/bug_3890.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/bugs/opened/bug_3890.v b/test-suite/bugs/opened/bug_3890.v
index 5c74addb62..78b2aa69b9 100644
--- a/test-suite/bugs/opened/bug_3890.v
+++ b/test-suite/bugs/opened/bug_3890.v
@@ -1,3 +1,5 @@
+Set Nested Proofs Allowed.
+
Class Foo.
Class Bar := b : Type.