summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail193.hs
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-02-22 21:31:35 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2016-02-23 12:27:40 +0100
commit8626ac91a3cac028bbe742f07a1ce9fb598589f6 (patch)
treec59cf1f913f513627a2de1e971ca371d402e17f8 /testsuite/tests/typecheck/should_fail/tcfail193.hs
parent31c312ebd29a4e79c166ad5dbbd5b57b42b6fafa (diff)
downloadhaskell-8626ac91a3cac028bbe742f07a1ce9fb598589f6.tar.gz
Testsuite: delete Windows line endings [skip ci] (#11631)
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail193.hs')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail193.hs22
1 files changed, 11 insertions, 11 deletions
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]
+