summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3662.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3662.v')
-rw-r--r--test-suite/bugs/closed/3662.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/3662.v b/test-suite/bugs/closed/3662.v
index bd53389b..b8754bce 100644
--- a/test-suite/bugs/closed/3662.v
+++ b/test-suite/bugs/closed/3662.v
@@ -1,6 +1,6 @@
Set Primitive Projections.
Set Implicit Arguments.
-Set Record Elimination Schemes.
+Set Nonrecursive Elimination Schemes.
Record prod A B := pair { fst : A ; snd : B }.
Definition f : Set -> Type := fun x => x.