[macaw-semmc] Update test imports to avoid import warnings.

This commit is contained in:
Kevin Quick 2018-12-13 16:55:58 -08:00
parent a53c88f88e
commit f63f9972eb
No known key found for this signature in database
GPG Key ID: E6D7733599CC0A21
2 changed files with 7 additions and 3 deletions

View File

@ -34,6 +34,8 @@ import Text.PrettyPrint.ANSI.Leijen ( putDoc )
import Text.Printf ( PrintfArg, printf )
import Text.Read ( readMaybe )
import Prelude
-- | Set to true to build with chatty output.
isChatty :: Bool

View File

@ -1,11 +1,13 @@
module MismatchTests where
import Control.Monad.Catch
import Data.Monoid
import Shared
import Test.Tasty
import Test.Tasty.HUnit
import Shared
import Data.Monoid
import Control.Monad.Catch
import Prelude
armMismatchTests :: [FilePath] -> TestTree