summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3314.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3314.v')
-rw-r--r--test-suite/bugs/closed/3314.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/bugs/closed/3314.v b/test-suite/bugs/closed/3314.v
index fb3791af..a5782298 100644
--- a/test-suite/bugs/closed/3314.v
+++ b/test-suite/bugs/closed/3314.v
@@ -1,9 +1,9 @@
Require Import TestSuite.admit.
Set Universe Polymorphism.
Definition Lift
-: $(let U1 := constr:(Type) in
+: ltac:(let U1 := constr:(Type) in
let U0 := constr:(Type : U1) in
- exact (U0 -> U1))$
+ exact (U0 -> U1))
:= fun T => T.
Fail Check nat:Prop. (* The command has indeed failed with message: