summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3899.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3899.v')
-rw-r--r--test-suite/bugs/closed/3899.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/3899.v b/test-suite/bugs/closed/3899.v
index e83166aa..7754934c 100644
--- a/test-suite/bugs/closed/3899.v
+++ b/test-suite/bugs/closed/3899.v
@@ -8,4 +8,4 @@ Fail Check fun x y : unit => eq_refl : x = y.
Record ok : Set := tt' { a : unit }.
Record nonprim : Prop := { undef : unit }.
-Record prim : Prop := { def : True }. \ No newline at end of file
+Record prim : Prop := { def : True }.