From fa43e364493a1cba94f431d78b17c5651bf32a8d Mon Sep 17 00:00:00 2001 From: Or Neeman Date: Sat, 25 Feb 2017 03:31:40 -0600 Subject: 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. --- benchmark/benchmark-pandoc.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'benchmark/benchmark-pandoc.hs') diff --git a/benchmark/benchmark-pandoc.hs b/benchmark/benchmark-pandoc.hs index c01750b6e..7294c74a4 100644 --- a/benchmark/benchmark-pandoc.hs +++ b/benchmark/benchmark-pandoc.hs @@ -61,9 +61,9 @@ main = do matchWriter (_, _) = False let matchedReaders = filter matchReader readers let matchedWriters = filter matchWriter writers - inp <- readFile "tests/testsuite.txt" - lalune <- B.readFile "tests/lalune.jpg" - movie <- B.readFile "tests/movie.jpg" + inp <- readFile "test/testsuite.txt" + lalune <- B.readFile "test/lalune.jpg" + movie <- B.readFile "test/movie.jpg" time <- getCurrentTime let setupFakeFiles = modifyPureState $ \st -> st{ stFiles = FileTree $ Map.fromList [ -- cgit v1.2.3