diff options
Diffstat (limited to 'testsuite/tests/linear')
-rw-r--r-- | testsuite/tests/linear/should_compile/Arity2.hs | 2 | ||||
-rw-r--r-- | testsuite/tests/linear/should_compile/Dollar2.hs | 2 | ||||
-rw-r--r-- | testsuite/tests/linear/should_compile/Foldr.hs | 2 | ||||
-rw-r--r-- | testsuite/tests/linear/should_compile/List.hs | 2 | ||||
-rw-r--r-- | testsuite/tests/linear/should_compile/RankN.hs | 2 | ||||
-rw-r--r-- | testsuite/tests/linear/should_compile/TupSection.hs | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/linear/should_compile/Arity2.hs b/testsuite/tests/linear/should_compile/Arity2.hs index d764d5111a..c81554989b 100644 --- a/testsuite/tests/linear/should_compile/Arity2.hs +++ b/testsuite/tests/linear/should_compile/Arity2.hs @@ -2,7 +2,7 @@ {-# LANGUAGE NoImplicitPrelude #-} module Arity2 where {- -inplace/bin/ghc-stage1 -O2 -dcore-lint +inplace/bin/ghc-stage0 -O2 -dcore-lint -} --import GHC.Base diff --git a/testsuite/tests/linear/should_compile/Dollar2.hs b/testsuite/tests/linear/should_compile/Dollar2.hs index 4cde3dcb45..4ec28589f2 100644 --- a/testsuite/tests/linear/should_compile/Dollar2.hs +++ b/testsuite/tests/linear/should_compile/Dollar2.hs @@ -2,7 +2,7 @@ {-# LANGUAGE NoImplicitPrelude #-} module Dollar2 where {- -inplace/bin/ghc-stage1 -O2 -dcore-lint +inplace/bin/ghc-stage0 -O2 -dcore-lint -} diff --git a/testsuite/tests/linear/should_compile/Foldr.hs b/testsuite/tests/linear/should_compile/Foldr.hs index 759256d5b2..932e7c9379 100644 --- a/testsuite/tests/linear/should_compile/Foldr.hs +++ b/testsuite/tests/linear/should_compile/Foldr.hs @@ -2,7 +2,7 @@ {-# LANGUAGE NoImplicitPrelude #-} module FoldrExample where {- -inplace/bin/ghc-stage1 -O2 -dcore-lint +inplace/bin/ghc-stage0 -O2 -dcore-lint -} import GHC.Base diff --git a/testsuite/tests/linear/should_compile/List.hs b/testsuite/tests/linear/should_compile/List.hs index 4d87dba896..52e239cca9 100644 --- a/testsuite/tests/linear/should_compile/List.hs +++ b/testsuite/tests/linear/should_compile/List.hs @@ -2,7 +2,7 @@ {-# LANGUAGE NoImplicitPrelude #-} module List where {- -inplace/bin/ghc-stage1 -O2 -dcore-lint +inplace/bin/ghc-stage0 -O2 -dcore-lint See Cabal:Distribution.Types.VersionRange:556 -} diff --git a/testsuite/tests/linear/should_compile/RankN.hs b/testsuite/tests/linear/should_compile/RankN.hs index cadefa5290..5fbf419663 100644 --- a/testsuite/tests/linear/should_compile/RankN.hs +++ b/testsuite/tests/linear/should_compile/RankN.hs @@ -3,7 +3,7 @@ {-# LANGUAGE RankNTypes #-} module RankN where {- -inplace/bin/ghc-stage1 -O2 -dcore-lint +inplace/bin/ghc-stage0 -O2 -dcore-lint -} import GHC.Base diff --git a/testsuite/tests/linear/should_compile/TupSection.hs b/testsuite/tests/linear/should_compile/TupSection.hs index ea401e6e97..834eae34da 100644 --- a/testsuite/tests/linear/should_compile/TupSection.hs +++ b/testsuite/tests/linear/should_compile/TupSection.hs @@ -2,7 +2,7 @@ {-# LANGUAGE TupleSections #-} module TupSection where {- -inplace/bin/ghc-stage1 -O2 -dcore-lint +inplace/bin/ghc-stage0 -O2 -dcore-lint -} myAp :: (a -> b) -> a -> b |