summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3974.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3974.v')
-rw-r--r--test-suite/bugs/closed/3974.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/3974.v b/test-suite/bugs/closed/3974.v
index b6be1595..3d9e06b6 100644
--- a/test-suite/bugs/closed/3974.v
+++ b/test-suite/bugs/closed/3974.v
@@ -4,4 +4,4 @@ End S.
Module Type M (X : S).
Fail Module P (X : S).
(* Used to say: Anomaly: X already exists. Please report. *)
- (* Should rather say now: Error: X already exists. *) \ No newline at end of file
+ (* Should rather say now: Error: X already exists. *)