summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/1901.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/1901.v')
-rw-r--r--test-suite/bugs/closed/1901.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/1901.v b/test-suite/bugs/closed/1901.v
index 7d86adbf..98e017f9 100644
--- a/test-suite/bugs/closed/1901.v
+++ b/test-suite/bugs/closed/1901.v
@@ -8,4 +8,4 @@ Record Poset{A:Type}(Le : relation A) : Type :=
Le_antisym : forall x y : A, Le x y -> Le y x -> x = y }.
Definition nat_Poset : Poset Peano.le.
-Admitted. \ No newline at end of file
+Admitted.