aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-09-04 11:47:06 +0200
committerPierre-Marie Pédrot2020-09-04 11:47:06 +0200
commite5a1aaa831a0aa93e6f986a011f129ec6b59af7a (patch)
tree4f37d50af8c97ab26dadeec7075db774776c5774 /test-suite/bugs
parentb2b908097a0410dd20e579e18d8dc64b25984d04 (diff)
parentedd11666d9e23f917929b57485010d4288d8beb3 (diff)
Merge PR #12912: Fix algebraic comparison with sprop on one side
Reviewed-by: mattam82 Reviewed-by: ppedrot
Diffstat (limited to 'test-suite/bugs')
-rw-r--r--test-suite/bugs/closed/bug_12909.v8
1 files changed, 8 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/bug_12909.v b/test-suite/bugs/closed/bug_12909.v
new file mode 100644
index 0000000000..fafb6a418f
--- /dev/null
+++ b/test-suite/bugs/closed/bug_12909.v
@@ -0,0 +1,8 @@
+Module Type T.
+Axiom A : Type.
+End T.
+
+Module M.
+ Axiom A : SProp.
+End M.
+Fail Module N <: T := M.