summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3685.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3685.v')
-rw-r--r--test-suite/bugs/closed/3685.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/bugs/closed/3685.v b/test-suite/bugs/closed/3685.v
index a5bea34a..7a0c3e6f 100644
--- a/test-suite/bugs/closed/3685.v
+++ b/test-suite/bugs/closed/3685.v
@@ -39,11 +39,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.