summaryrefslogtreecommitdiff
path: root/testsuite/tests/dph
diff options
context:
space:
mode:
authorManuel M T Chakravarty <chak@cse.unsw.edu.au>2011-11-27 00:18:30 +1100
committerManuel M T Chakravarty <chak@cse.unsw.edu.au>2011-11-27 00:26:54 +1100
commit0310bd117ec471de234ca39518c1e29a4633f430 (patch)
tree7ec7cb1e1b194f027b3eee77e14da3e79bce0008 /testsuite/tests/dph
parentdbb2ddeeb4b152189553154068bf4d0a1b7e42a5 (diff)
downloadhaskell-0310bd117ec471de234ca39518c1e29a4633f430.tar.gz
dph-classes wibble
Diffstat (limited to 'testsuite/tests/dph')
-rw-r--r--testsuite/tests/dph/classes/DefsVect.hs1
-rw-r--r--testsuite/tests/dph/words/Main.hs2
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