From f550545494de661793316357721fcc50c8b256d7 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 3 Oct 2015 12:47:38 +0000 Subject: [PATCH] Tweak for HTF-0.13, fix runTest name clash. --- lib/tests/run.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests/run.hs b/lib/tests/run.hs index 5bfe1d841..b1980d436 100644 --- a/lib/tests/run.hs +++ b/lib/tests/run.hs @@ -4,7 +4,7 @@ import Data.Maybe ( isNothing, fromJust ) import System.Directory (doesDirectoryExist, getDirectoryContents, doesFileExist) import System.FilePath ((), takeExtension, replaceExtension) -import Test.Framework +import Test.Framework hiding ( runTest ) import Test.Framework.TestManager ( makeBlackBoxTest ) import Test.Framework.TestTypes ( Test ) import Test.Framework.BlackBoxTest ( defaultDiff )