From 8626ac91a3cac028bbe742f07a1ce9fb598589f6 Mon Sep 17 00:00:00 2001 From: Thomas Miedema Date: Mon, 22 Feb 2016 21:31:35 +0100 Subject: Testsuite: delete Windows line endings [skip ci] (#11631) --- testsuite/tests/typecheck/should_fail/tcfail193.hs | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'testsuite/tests/typecheck/should_fail/tcfail193.hs') diff --git a/testsuite/tests/typecheck/should_fail/tcfail193.hs b/testsuite/tests/typecheck/should_fail/tcfail193.hs index f8bfd8f681..66e5faf200 100644 --- a/testsuite/tests/typecheck/should_fail/tcfail193.hs +++ b/testsuite/tests/typecheck/should_fail/tcfail193.hs @@ -1,11 +1,11 @@ --- Checks that the correct type is used checking the using clause of the transform - -{-# OPTIONS_GHC -XTransformListComp #-} - -module ShouldFail where - -import Data.List(inits) - -z :: [Int] -z = [x | x <- [3, 2, 1], then inits] - +-- Checks that the correct type is used checking the using clause of the transform + +{-# OPTIONS_GHC -XTransformListComp #-} + +module ShouldFail where + +import Data.List(inits) + +z :: [Int] +z = [x | x <- [3, 2, 1], then inits] + -- cgit v1.2.1