summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3686.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3686.v')
-rw-r--r--test-suite/bugs/closed/3686.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3686.v b/test-suite/bugs/closed/3686.v
index ee6b334b..b650920b 100644
--- a/test-suite/bugs/closed/3686.v
+++ b/test-suite/bugs/closed/3686.v
@@ -1,3 +1,4 @@
+Require Import TestSuite.admit.
Set Universe Polymorphism.
Set Implicit Arguments.
Record PreCategory := { object :> Type ; morphism : object -> object -> Type }.