summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3520.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3520.v')
-rw-r--r--test-suite/bugs/closed/3520.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/3520.v b/test-suite/bugs/closed/3520.v
index c981207e..ea122e52 100644
--- a/test-suite/bugs/closed/3520.v
+++ b/test-suite/bugs/closed/3520.v
@@ -3,7 +3,7 @@ Set Primitive Projections.
Record foo (A : Type) :=
{ bar : Type ; baz := Set; bad : baz = bar }.
-Set Record Elimination Schemes.
+Set Nonrecursive Elimination Schemes.
Record notprim : Prop :=
{ irrel : True; relevant : nat }.