[commit: ghc] ghc-8.0: Testsuite: delete Windows line endings [skip ci] (#11631) (c5bf4c0)
git at git.haskell.org
git at git.haskell.org
Sat Feb 27 14:40:05 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/c5bf4c003ffa250ac1badc7e701e7c3866f8ce35/ghc
>---------------------------------------------------------------
commit c5bf4c003ffa250ac1badc7e701e7c3866f8ce35
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Mon Feb 22 21:32:51 2016 +0100
Testsuite: delete Windows line endings [skip ci] (#11631)
(cherry picked from commit 754a2f2bb7416bd7fe453ba7bcb7c089f5ef3b8f)
>---------------------------------------------------------------
c5bf4c003ffa250ac1badc7e701e7c3866f8ce35
testsuite/tests/ghci.debugger/Test.hs | 2 +-
testsuite/tests/ghci/scripts/ghci019.hs | 0
testsuite/tests/indexed-types/should_compile/ATLoop.hs | 0
testsuite/tests/indexed-types/should_compile/ATLoop_help.hs | 0
testsuite/tests/indexed-types/should_compile/CoTest3.hs | 0
testsuite/tests/indexed-types/should_compile/PushedInAsGivens.hs | 0
testsuite/tests/indexed-types/should_compile/T1769.hs | 0
testsuite/tests/indexed-types/should_compile/T2850.hs | 0
testsuite/tests/indexed-types/should_compile/T3423.hs | 0
testsuite/tests/indexed-types/should_compile/T3826.hs | 0
testsuite/tests/indexed-types/should_compile/T3851.hs | 0
testsuite/tests/indexed-types/should_compile/T4185.hs | 6 +++---
testsuite/tests/indexed-types/should_compile/TF_GADT.hs | 0
testsuite/tests/indexed-types/should_fail/DerivUnsatFam.hs | 0
testsuite/tests/indexed-types/should_fail/T2544.hs | 0
testsuite/tests/indexed-types/should_fail/T4093b.hs | 0
testsuite/tests/indexed-types/should_fail/T4246.hs | 0
testsuite/tests/mdo/should_fail/mdofail006.hs | 0
testsuite/tests/mdo/should_run/mdorun003.hs | 0
testsuite/tests/mdo/should_run/mdorun004.hs | 0
testsuite/tests/mdo/should_run/mdorun005.hs | 0
testsuite/tests/module/T1074.hs | 0
testsuite/tests/module/T1074a.hs | 0
testsuite/tests/module/T1148.hs | 0
testsuite/tests/module/T2267.hs | 0
testsuite/tests/parser/should_compile/read062.hs | 0
testsuite/tests/parser/should_fail/readFail031.hs | 0
testsuite/tests/parser/should_fail/readFail042.hs | 0
testsuite/tests/parser/should_fail/readFail043.hs | 0
testsuite/tests/parser/unicode/T1744.hs | 0
testsuite/tests/polykinds/T5862.hs | 0
testsuite/tests/polykinds/T5912.hs | 0
testsuite/tests/polykinds/T6020.hs | 0
testsuite/tests/polykinds/T6035.hs | 0
testsuite/tests/polykinds/T6036.hs | 0
testsuite/tests/polykinds/T7073.hs | 0
testsuite/tests/polykinds/T7272.hs | 0
testsuite/tests/polykinds/T7272a.hs | 0
testsuite/tests/polykinds/T7433.hs | 0
testsuite/tests/quasiquotation/T4491/A.hs | 0
testsuite/tests/quasiquotation/qq007/QQ.hs | 0
testsuite/tests/quasiquotation/qq007/Test.hs | 4 ++--
testsuite/tests/rebindable/T303.hs | 0
testsuite/tests/rebindable/rebindable7.hs | 4 ++--
testsuite/tests/rename/should_compile/T2436.hs | 0
testsuite/tests/rename/should_compile/T2436a.hs | 0
testsuite/tests/rename/should_compile/T3943.hs | 0
testsuite/tests/rename/should_compile/T4489.hs | 0
testsuite/tests/rename/should_compile/T5306.hs | 0
testsuite/tests/rename/should_compile/T5306a.hs | 0
testsuite/tests/rename/should_compile/T5306b.hs | 0
testsuite/tests/rename/should_compile/T7007.hs | 0
testsuite/tests/rename/should_compile/T7336.hs | 0
testsuite/tests/rename/should_fail/T2723.hs | 0
testsuite/tests/rename/should_fail/T3792.hs | 2 +-
testsuite/tests/rename/should_fail/T5211.hs | 0
testsuite/tests/rename/should_fail/T9436.hs | 0
testsuite/tests/rename/should_fail/T9437.hs | 0
testsuite/tests/rename/should_fail/rnfail043.hs | 0
testsuite/tests/rename/should_fail/rnfail046.hs | 0
testsuite/tests/rename/should_fail/rnfail049.hs | 0
61 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/testsuite/tests/ghci.debugger/Test.hs b/testsuite/tests/ghci.debugger/Test.hs
index f0477af..0e177a5 100644
--- a/testsuite/tests/ghci.debugger/Test.hs
+++ b/testsuite/tests/ghci.debugger/Test.hs
@@ -20,7 +20,7 @@ newtype MkT2 a = MkT2 (MkT a)
deriving Show
data Param2 s r = P2 (FakeSTRef r (s(Param2 s r)))
- | P2Nil
+ | P2Nil
data FakeSTRef r s = Ref s
testParam2 = O (P2 (Ref P2Nil))
diff --git a/testsuite/tests/indexed-types/should_compile/T4185.hs b/testsuite/tests/indexed-types/should_compile/T4185.hs
index 6a1be25..d7fdbd5 100644
--- a/testsuite/tests/indexed-types/should_compile/T4185.hs
+++ b/testsuite/tests/indexed-types/should_compile/T4185.hs
@@ -5,12 +5,12 @@ data family Foo k :: * -> *
------------- Generalised newtype deriving of user class -----------
class Bar f where
- bar :: f a -> Int
+ bar :: f a -> Int
woo :: f a -> f a
instance Bar Maybe where
- bar Nothing = 0
- bar Just{} = 1
+ bar Nothing = 0
+ bar Just{} = 1
woo x = x
-- Deriving clause
diff --git a/testsuite/tests/quasiquotation/qq007/Test.hs b/testsuite/tests/quasiquotation/qq007/Test.hs
index 42cef72..0f81321 100644
--- a/testsuite/tests/quasiquotation/qq007/Test.hs
+++ b/testsuite/tests/quasiquotation/qq007/Test.hs
@@ -4,10 +4,10 @@ module Test where
import QQ
f :: [pq| foo |] -- Expands to Int -> Int
-[pq| blah |] -- Expands to f x = x
+[pq| blah |] -- Expands to f x = x
h [pq| foo |] = f [pq| blah |] * 8
- -- Expands to h (Just x) = f (x+1) * 8
+ -- Expands to h (Just x) = f (x+1) * 8
diff --git a/testsuite/tests/rebindable/rebindable7.hs b/testsuite/tests/rebindable/rebindable7.hs
index 8e0000e..01f3eda 100644
--- a/testsuite/tests/rebindable/rebindable7.hs
+++ b/testsuite/tests/rebindable/rebindable7.hs
@@ -32,7 +32,7 @@ t1 :: T Int
t1 = MkT 4
myt = do { x <- t1
- ; return x }
+ ; return x }
main = case myt of
- MkT i -> Prelude.print i
+ MkT i -> Prelude.print i
diff --git a/testsuite/tests/rename/should_fail/T3792.hs b/testsuite/tests/rename/should_fail/T3792.hs
index e01efb9..e53dd26 100644
--- a/testsuite/tests/rename/should_fail/T3792.hs
+++ b/testsuite/tests/rename/should_fail/T3792.hs
@@ -1,4 +1,4 @@
module T3792 where
-import Prelude( Prelude.map ) -- Illegal
+import Prelude( Prelude.map ) -- Illegal
More information about the ghc-commits
mailing list