summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/2839.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/2839.v')
-rw-r--r--test-suite/bugs/closed/2839.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/2839.v b/test-suite/bugs/closed/2839.v
index e396fe06..e727e260 100644
--- a/test-suite/bugs/closed/2839.v
+++ b/test-suite/bugs/closed/2839.v
@@ -5,6 +5,6 @@ intro.
Fail
let H :=
match goal with
- | [ H : appcontext G [@eq _ _] |- _ ] => let H' := context G[@plus 2] in H'
+ | [ H : context G [@eq _ _] |- _ ] => let H' := context G[@plus 2] in H'
end
in pose H.