summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3641.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3641.v')
-rw-r--r--test-suite/bugs/closed/3641.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/3641.v b/test-suite/bugs/closed/3641.v
index f47f64ea..730ab3f4 100644
--- a/test-suite/bugs/closed/3641.v
+++ b/test-suite/bugs/closed/3641.v
@@ -18,4 +18,4 @@ Goal forall (A B : Type) (x : O A * O B) (x0 : B),
match goal with
| [ |- context[?e] ] => is_evar e; let e' := fresh "e'" in pose (e' := e)
end.
- Fail change ?g with e'. (* Stack overflow *) \ No newline at end of file
+ Fail change ?g with e'. (* Stack overflow *)