aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/5123.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/5123.v')
-rw-r--r--test-suite/bugs/closed/5123.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/5123.v b/test-suite/bugs/closed/5123.v
index c171a10d1..bcde510ee 100644
--- a/test-suite/bugs/closed/5123.v
+++ b/test-suite/bugs/closed/5123.v
@@ -21,6 +21,7 @@ Goal True.
unshelve opose (@vect_sigT_eqdec _ _ _ _) as H.
all:cycle 2.
eapply existT. (*BUG: Why does this do typeclass resolution in the evar?*)
+ Focus 5.
Abort.
Goal True.
@@ -28,4 +29,5 @@ Goal True.
Unshelve.
all:cycle 3.
eapply existT. (*This does no typeclass resultion, which is correct.*)
+ Focus 5.
Abort. \ No newline at end of file