summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3596.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3596.v')
-rw-r--r--test-suite/bugs/closed/3596.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/3596.v b/test-suite/bugs/closed/3596.v
index 49dd7be5..1ee9a5d8 100644
--- a/test-suite/bugs/closed/3596.v
+++ b/test-suite/bugs/closed/3596.v
@@ -16,4 +16,4 @@ Goal forall f b, Bar b = Bar b -> Foo f = Foo f.
Fail progress unfold Bar. (* success *)
Fail progress unfold Foo. (* failed to progress *)
reflexivity.
-Qed. \ No newline at end of file
+Qed.