Skip to content

Commit

Permalink
Test suite cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Oct 17, 2019
1 parent 9a1c521 commit 3da6fa6
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion unittests/Futhark/Analysis/ScalExpTests.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# LANGUAGE TypeSynonymInstances, FlexibleInstances, FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances, FlexibleContexts #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Futhark.Analysis.ScalExpTests
( tests
Expand Down
2 changes: 1 addition & 1 deletion unittests/Futhark/Representation/AST/AttributesTests.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-}
{-# LANGUAGE FlexibleInstances #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Futhark.Representation.AST.AttributesTests
( tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ module Futhark.Representation.ExplicitMemory.IndexFunction.Alg
)
where

import Data.Monoid ((<>))
import Data.List hiding (repeat)

import Prelude hiding (repeat, mod)
Expand Down
2 changes: 1 addition & 1 deletion unittests/Language/Futhark/CoreTests.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-}
{-# LANGUAGE FlexibleInstances #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Language.Futhark.CoreTests ()
where
Expand Down
1 change: 0 additions & 1 deletion unittests/Language/Futhark/SyntaxTests.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# LANGUAGE TypeSynonymInstances #-}
{-# LANGUAGE FlexibleInstances #-}
module Language.Futhark.SyntaxTests (tests)
where
Expand Down

0 comments on commit 3da6fa6

Please sign in to comment.