aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-04-14 12:25:24 +0200
committerPierre-Marie Pédrot2020-04-14 12:25:24 +0200
commit7bfdd65398139398a6495fb97ed1ee9383f1606d (patch)
treec0792b01bc31d185258ba4637693d4799a936621 /test-suite
parentb26d17a6a76b6758d0f22eaa025b1c31b474809f (diff)
parentee64a71f5e071b7fa0495847388c19d83bc5c9bd (diff)
Merge PR #11978: Close #11935: section variables do not have universe instances.
Reviewed-by: ppedrot
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/bug_11935.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/bug_11935.v b/test-suite/bugs/closed/bug_11935.v
new file mode 100644
index 0000000000..ad5ffc68b5
--- /dev/null
+++ b/test-suite/bugs/closed/bug_11935.v
@@ -0,0 +1,6 @@
+Section S.
+ Variable A : Prop.
+
+ Fail Check A@{Type}.
+ Check A@{}.
+End S.