aboutsummaryrefslogtreecommitdiff
path: root/COPYRIGHT
diff options
context:
space:
mode:
authorOr Neeman <oneeman@gmail.com>2017-02-25 03:31:40 -0600
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-25 10:31:40 +0100
commitfa43e364493a1cba94f431d78b17c5651bf32a8d (patch)
tree26d44345b8b5128d0e01dce1a408a97f6f7433b0 /COPYRIGHT
parent59c673c61367e3899b1b7e7a98f4743bb64c43c5 (diff)
downloadpandoc-fa43e364493a1cba94f431d78b17c5651bf32a8d.tar.gz
Fix stale references to `tests` directory (#3469)
Some of the benchmarks were failing due to references to files in the `tests` directory, which is now called `test`. A search found other references to it also. This commit updates all these references.
Diffstat (limited to 'COPYRIGHT')
-rw-r--r--COPYRIGHT2
1 files changed, 1 insertions, 1 deletions
diff --git a/COPYRIGHT b/COPYRIGHT
index 70781a2de..b52c4267e 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -57,7 +57,7 @@ Released under the GNU General Public License version 2 or later.
----------------------------------------------------------------------
src/Text/Pandoc/Readers/Org.hs
-tests/Tests/Readers/Org.hs
+test/Tests/Readers/Org.hs
Copyright (C) 2014-2015 Albert Krewinkel
Released under the GNU General Public License version 2 or later.