From a14e7e107bde61ad72410d62802efd67dfe8c3e2 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Mon, 15 Sep 2014 18:19:27 +0200 Subject: Fixing line break in test for #3559. --- test-suite/bugs/closed/3559.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test-suite/bugs/closed/3559.v b/test-suite/bugs/closed/3559.v index 66d653c52d..50645090fa 100644 --- a/test-suite/bugs/closed/3559.v +++ b/test-suite/bugs/closed/3559.v @@ -18,8 +18,7 @@ Open Scope type_scope. Definition iff A B := prod (A -> B) (B -> A). Infix "<->" := iff : type_scope. -Inductive paths {A : Type@{i}} (a : A) : A -> Type@{i} := idpath : paths a a where "x = -y" := (@paths _ x y) : type_scope. +Inductive paths {A : Type@{i}} (a : A) : A -> Type@{i} := idpath : paths a a where "x = y" := (@paths _ x y) : type_scope. Class Contr_internal (A : Type) := { center : A ; contr : (forall y : A, center = y) }. Inductive trunc_index : Type := minus_two | trunc_S (_ : trunc_index). -- cgit v1.2.3