summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3624.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3624.v')
-rw-r--r--test-suite/bugs/closed/3624.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/3624.v b/test-suite/bugs/closed/3624.v
index a05d5eb2..024243cf 100644
--- a/test-suite/bugs/closed/3624.v
+++ b/test-suite/bugs/closed/3624.v
@@ -8,4 +8,4 @@ Module Prim.
Set Primitive Projections.
Class foo (m : Set) := { pf : m = m }.
Notation pf' m := (pf (m:=m)). (* Wrong argument name: m. *)
-End Prim. \ No newline at end of file
+End Prim.