summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3480.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3480.v')
-rw-r--r--test-suite/bugs/closed/3480.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3480.v b/test-suite/bugs/closed/3480.v
index 99ac2efa..a81837e7 100644
--- a/test-suite/bugs/closed/3480.v
+++ b/test-suite/bugs/closed/3480.v
@@ -1,3 +1,4 @@
+Require Import TestSuite.admit.
Set Primitive Projections.
Axiom admit : forall {T}, T.
Notation "( x ; y )" := (existT _ x y) : fibration_scope.