summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/4161.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/4161.v')
-rw-r--r--test-suite/bugs/closed/4161.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/4161.v b/test-suite/bugs/closed/4161.v
index aa2b189b..d2003ab1 100644
--- a/test-suite/bugs/closed/4161.v
+++ b/test-suite/bugs/closed/4161.v
@@ -24,4 +24,4 @@ Inductive t : Type -> Type :=
Fixpoint test {A : Type} (x : t A) : t (A + unit) :=
match x in t A with
| Just B x => @test B x
- end. \ No newline at end of file
+ end.