1
0
forked from GitHub/gf-core

Tweak for HTF-0.13, fix runTest name clash.

This commit is contained in:
Sergei Trofimovich
2015-10-03 12:47:38 +00:00
parent 5469706080
commit f550545494

View File

@@ -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 )