aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/success/polymorphism.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/success/polymorphism.v b/test-suite/success/polymorphism.v
index 7c1166c4c4..1ef2713e44 100644
--- a/test-suite/success/polymorphism.v
+++ b/test-suite/success/polymorphism.v
@@ -243,7 +243,7 @@ Polymorphic Definition fun_ext (A B : Type) :=
Polymorphic Class Funext A B := extensional : fun_ext A B.
-Section foo.
+Section foo2.
Context `{forall A B, Funext A B}.
Print Universes.
-End foo.
+End foo2.