diff options
| author | Enrico Tassi | 2019-01-09 11:01:53 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2019-01-09 11:01:53 +0100 |
| commit | 2c4c8357a701ddd7bc8ee73a5c457d3844948867 (patch) | |
| tree | b7f00599f459f3e75b83d17cb1b35dec132fa366 /test-suite | |
| parent | 727d4da625f88b7ba302d5c129f9773dc1fb1e33 (diff) | |
| parent | 320363315e350bf427054d837a02b4d97f015199 (diff) | |
Merge PR #9273: Fix #9272: `Unset Nested Proofs Allowed` does not capture nested `Ins…
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/bugs/opened/bug_3890.v | 2 |
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. |
