summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3566.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3566.v')
-rw-r--r--test-suite/bugs/closed/3566.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3566.v b/test-suite/bugs/closed/3566.v
index b2aa8c3c..e2d79769 100644
--- a/test-suite/bugs/closed/3566.v
+++ b/test-suite/bugs/closed/3566.v
@@ -1,3 +1,4 @@
+Unset Strict Universe Declaration.
Notation idmap := (fun x => x).
Inductive paths {A : Type} (a : A) : A -> Type := idpath : paths a a.
Arguments idpath {A a} , [A] a.