summaryrefslogtreecommitdiff
path: root/test-suite/output/SearchPattern.v
diff options
context:
space:
mode:
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 bde195a5..de9f4887 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.