aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs')
-rw-r--r--test-suite/bugs/closed/3387.v (renamed from test-suite/bugs/opened/3387.v)4
1 files changed, 3 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/3387.v b/test-suite/bugs/closed/3387.v
index 16c4e7da2..feff8af2a 100644
--- a/test-suite/bugs/opened/3387.v
+++ b/test-suite/bugs/closed/3387.v
@@ -13,7 +13,9 @@ Proof.
let x := constr:(Type) in
let y := constr:(Obj set_cat) in
unify x y. (* success *)
- Fail let x := constr:(Type) in
+ let x := constr:(Type) in
let y := constr:(Obj set_cat) in
first [ unify x y | fail 2 "no unify" ];
change x with y. (* Error: Not convertible. *)
+ reflexivity.
+Defined. \ No newline at end of file