aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-09-15 09:54:58 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-09-15 09:54:58 +0200
commite559709f7ac6e997d50d7af2f9e2a230ce2f7daa (patch)
tree650cab1e954d3fa4ed36b17f2822ff915f1af289 /test-suite/output
parent5bac7458e037879142eb468fc4695b996189a20b (diff)
parent9dea4814ae928192e23764c09473501e2ecc9937 (diff)
Merge PR #986: Ensuring all .v files end with a newline to make "sed -i" work better on them
Diffstat (limited to 'test-suite/output')
-rw-r--r--test-suite/output/CompactContexts.v2
-rw-r--r--test-suite/output/SearchPattern.v2
-rw-r--r--test-suite/output/ltac_missing_args.v2
3 files changed, 3 insertions, 3 deletions
diff --git a/test-suite/output/CompactContexts.v b/test-suite/output/CompactContexts.v
index 07588d34f..c409c0ee4 100644
--- a/test-suite/output/CompactContexts.v
+++ b/test-suite/output/CompactContexts.v
@@ -2,4 +2,4 @@ Set Printing Compact Contexts.
Lemma f (hP1:True) (a:nat) (b:list nat) (h:forall (x:nat) , { y:nat | y > x}) (h2:True): False.
Show.
-Abort. \ No newline at end of file
+Abort.
diff --git a/test-suite/output/SearchPattern.v b/test-suite/output/SearchPattern.v
index bde195a51..de9f48873 100644
--- a/test-suite/output/SearchPattern.v
+++ b/test-suite/output/SearchPattern.v
@@ -33,4 +33,4 @@ Goal forall n (P:nat -> Prop), P n -> ~P n -> False.
Search (P _) -"h'". (* search hypothesis also for patterns *)
Search (P _) -not. (* search hypothesis also for patterns *)
-Abort. \ No newline at end of file
+Abort.
diff --git a/test-suite/output/ltac_missing_args.v b/test-suite/output/ltac_missing_args.v
index 8ecd97aa5..91331a1de 100644
--- a/test-suite/output/ltac_missing_args.v
+++ b/test-suite/output/ltac_missing_args.v
@@ -16,4 +16,4 @@ Goal True.
Fail (fun _ => idtac).
Fail rec True.
Fail let rec tac x := tac in tac True.
-Abort. \ No newline at end of file
+Abort.