diff options
Diffstat (limited to 'testsuite/tests/dph')
-rw-r--r-- | testsuite/tests/dph/classes/DefsVect.hs | 1 | ||||
-rw-r--r-- | testsuite/tests/dph/words/Main.hs | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/dph/classes/DefsVect.hs b/testsuite/tests/dph/classes/DefsVect.hs index e3849088bf..883ad7b158 100644 --- a/testsuite/tests/dph/classes/DefsVect.hs +++ b/testsuite/tests/dph/classes/DefsVect.hs @@ -14,7 +14,6 @@ import Data.Array.Parallel.Prelude.Int (Int) -- {-# VECTORISE class Ord #-} -- {-# VECTORISE SCALAR instance Ord Int #-} --- {-# VECTORISE type Bool = Bool #-} -- {-# VECTORISE type Ordering #-} data MyBool = MyTrue | MyFalse diff --git a/testsuite/tests/dph/words/Main.hs b/testsuite/tests/dph/words/Main.hs index 50804a6fe3..094a2ceb7d 100644 --- a/testsuite/tests/dph/words/Main.hs +++ b/testsuite/tests/dph/words/Main.hs @@ -1,6 +1,6 @@ import WordsVect -import Data.Array.Parallel.Prelude +import Data.Array.Parallel import qualified Data.Array.Parallel.Prelude.Word8 as W import qualified Data.Array.Parallel.PArray as P import qualified Data.Array.Parallel.Unlifted as U |