aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/coqchk/cumulativity.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/coqchk/cumulativity.v')
-rw-r--r--test-suite/coqchk/cumulativity.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/coqchk/cumulativity.v b/test-suite/coqchk/cumulativity.v
index 5d245aaa5..3a8f9fa22 100644
--- a/test-suite/coqchk/cumulativity.v
+++ b/test-suite/coqchk/cumulativity.v
@@ -1,5 +1,5 @@
Set Universe Polymorphism.
-Set Ind Cumulativity.
+Set Inductive Cumulativity.
Set Printing Universes.
Inductive List (A: Type) := nil | cons : A -> List A -> List A.