aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorMaxime Dénès2017-11-06 11:20:16 +0100
committerMaxime Dénès2017-11-06 11:20:16 +0100
commit54057085f18fbd4c1cb0f0f01c03c08a8cc541c3 (patch)
treeacc29aefbb91c65f4d23d1083e0f423ed8047504 /test-suite
parentf281a8a88e8fc7c41cc5680db2443d9da33b47b7 (diff)
parent7bd0fc03e5656e6672e8329b070ca9bda88d6b99 (diff)
Merge PR #1139: Add a linter.
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/5245.v2
-rw-r--r--test-suite/success/guard.v2
2 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/bugs/closed/5245.v b/test-suite/bugs/closed/5245.v
index 77bf169e18..e5bca5b5e4 100644
--- a/test-suite/bugs/closed/5245.v
+++ b/test-suite/bugs/closed/5245.v
@@ -15,4 +15,4 @@ Undo.
progress hnf; intros; exact eq_refl.
Undo.
unfold foo_rel. intros x. exact eq_refl.
-Qed. \ No newline at end of file
+Qed.
diff --git a/test-suite/success/guard.v b/test-suite/success/guard.v
index 83d47dc683..3a1c6dabeb 100644
--- a/test-suite/success/guard.v
+++ b/test-suite/success/guard.v
@@ -25,4 +25,4 @@ match f with
match e in (_ = B) return (B -> foo A) -> nat with
| eq_refl => fun (g' : nat -> foo A) => bar A e (g' O)
end g
-end e. \ No newline at end of file
+end e.