From 915e07c33b143126e3c8de1d2ec22ccc709a9a24 Mon Sep 17 00:00:00 2001 From: Thomas Miedema Date: Sat, 18 Jun 2016 22:44:19 +0200 Subject: Testsuite: tabs -> spaces [skip ci] --- testsuite/tests/module/Mod173_Aux.hs | 8 ++++---- testsuite/tests/module/mod168.hs | 6 +++--- testsuite/tests/module/mod171.hs | 4 ++-- testsuite/tests/module/mod173.hs | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) (limited to 'testsuite/tests/module') diff --git a/testsuite/tests/module/Mod173_Aux.hs b/testsuite/tests/module/Mod173_Aux.hs index 1c947914e1..7cbd88da04 100644 --- a/testsuite/tests/module/Mod173_Aux.hs +++ b/testsuite/tests/module/Mod173_Aux.hs @@ -1,9 +1,9 @@ module Mod173_Aux( module Mod173_Aux ) where import qualified Data.List as Mod173_Aux( nub ) - -- This should not be exported + -- This should not be exported -import Data.List as Mod173_Aux( partition ) - -- This one should be exported +import Data.List as Mod173_Aux( partition ) + -- This one should be exported -frob x = Mod173_Aux.nub (x::[Int]) -- This one should +frob x = Mod173_Aux.nub (x::[Int]) -- This one should diff --git a/testsuite/tests/module/mod168.hs b/testsuite/tests/module/mod168.hs index 1c0deaa579..eb8e927afd 100644 --- a/testsuite/tests/module/mod168.hs +++ b/testsuite/tests/module/mod168.hs @@ -4,9 +4,9 @@ -- ) module M where -import Prelude hiding ( negate, enumFrom, - enumFromThen, enumFromTo, - enumFromThenTo ) +import Prelude hiding ( negate, enumFrom, + enumFromThen, enumFromTo, + enumFromThenTo ) import Data.Ix hiding ( rangeSize ) negate = undefined enumFrom = undefined diff --git a/testsuite/tests/module/mod171.hs b/testsuite/tests/module/mod171.hs index a61e886784..38a5445a28 100644 --- a/testsuite/tests/module/mod171.hs +++ b/testsuite/tests/module/mod171.hs @@ -3,8 +3,8 @@ module M (module Mod171_A, h) where -import Mod171_A -- This isn't unused... -import Mod171_B -- even though this imports all the same stuff +import Mod171_A -- This isn't unused... +import Mod171_B -- even though this imports all the same stuff h :: Int -> Int h = g diff --git a/testsuite/tests/module/mod173.hs b/testsuite/tests/module/mod173.hs index a7e185bcf6..6374557875 100644 --- a/testsuite/tests/module/mod173.hs +++ b/testsuite/tests/module/mod173.hs @@ -2,10 +2,10 @@ module ShouldCompile where import Mod173_Aux -t1 = partition -- From the import +t1 = partition -- From the import nub = True -t2 = nub -- Unambiguous; nub should not have been exported +t2 = nub -- Unambiguous; nub should not have been exported t3 = frob -- cgit v1.2.1