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.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/bugs/closed/3686.v b/test-suite/bugs/closed/3686.v
index b650920b..df5f6674 100644
--- a/test-suite/bugs/closed/3686.v
+++ b/test-suite/bugs/closed/3686.v
@@ -33,11 +33,11 @@ Module Export PointwiseCore.
(G : Functor D D')
: Functor (C -> D) (C' -> D').
Proof.
- refine (Build_Functor
+ unshelve (refine (Build_Functor
(C -> D) (C' -> D')
_
_
- _);
+ _));
abstract admit.
Defined.
End PointwiseCore.