diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 16:48:45 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 16:48:45 +0000 |
commit | 9c48ee2ad2466ef6fdba0f01c7a821c483ccc18b (patch) | |
tree | b7ce26ab93e62ae38026225a73137ed20c16f377 | |
parent | c8a9cbf911e77436af4b6f1318292160300eb20c (diff) | |
download | pandoc-9c48ee2ad2466ef6fdba0f01c7a821c483ccc18b.tar.gz |
Removed unneeded import from RunTests.hs
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1752 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | tests/RunTests.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/RunTests.hs b/tests/RunTests.hs index f6c39b5bc..df682c341 100644 --- a/tests/RunTests.hs +++ b/tests/RunTests.hs @@ -13,7 +13,6 @@ -- cabal install Diff module Main where -import System.Exit import System.IO.UTF8 import System.IO ( openTempFile, stderr, stdout, hFlush ) import Prelude hiding ( putStrLn, putStr, readFile ) |