aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/SearchPattern.v
diff options
context:
space:
mode:
authorHugo Herbelin2017-08-21 18:29:07 +0200
committerHugo Herbelin2017-08-21 18:29:07 +0200
commit9dea4814ae928192e23764c09473501e2ecc9937 (patch)
tree8fef19360dd8ca299d31369534a729b4925f7a4c /test-suite/output/SearchPattern.v
parent325890a83a2b073d9654b5615c585cd65a376fbd (diff)
Ensuring all .v files end with a newline to make "sed -i" work better on them.
Diffstat (limited to 'test-suite/output/SearchPattern.v')
-rw-r--r--test-suite/output/SearchPattern.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/SearchPattern.v b/test-suite/output/SearchPattern.v
index bde195a511..de9f48873a 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.