summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/T1074.hs
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-02-22 21:32:51 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2016-02-23 12:27:47 +0100
commit754a2f2bb7416bd7fe453ba7bcb7c089f5ef3b8f (patch)
tree45bc14d7e354e9b985a33ba3c7242fd490e1e025 /testsuite/tests/module/T1074.hs
parent8626ac91a3cac028bbe742f07a1ce9fb598589f6 (diff)
downloadhaskell-754a2f2bb7416bd7fe453ba7bcb7c089f5ef3b8f.tar.gz
Testsuite: delete Windows line endings [skip ci] (#11631)
Diffstat (limited to 'testsuite/tests/module/T1074.hs')
-rw-r--r--testsuite/tests/module/T1074.hs16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/module/T1074.hs b/testsuite/tests/module/T1074.hs
index 6cd647ba6d..75a07c13f4 100644
--- a/testsuite/tests/module/T1074.hs
+++ b/testsuite/tests/module/T1074.hs
@@ -1,8 +1,8 @@
-{-# OPTIONS_GHC -fwarn-unused-imports #-}
-module Test where
-
-import qualified Control.Monad (ap)
-import qualified Control.Monad.Reader
-
-foo :: IO ()
-foo = return id `Control.Monad.ap` return ()
+{-# OPTIONS_GHC -fwarn-unused-imports #-}
+module Test where
+
+import qualified Control.Monad (ap)
+import qualified Control.Monad.Reader
+
+foo :: IO ()
+foo = return id `Control.Monad.ap` return ()