summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail147.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/tcfail147.hs
parent31c312ebd29a4e79c166ad5dbbd5b57b42b6fafa (diff)
downloadhaskell-8626ac91a3cac028bbe742f07a1ce9fb598589f6.tar.gz
Testsuite: delete Windows line endings [skip ci] (#11631)
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail147.hs')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail147.hs14
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail147.hs b/testsuite/tests/typecheck/should_fail/tcfail147.hs
index 1ca703a403..83ea462e1a 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail147.hs
+++ b/testsuite/tests/typecheck/should_fail/tcfail147.hs
@@ -1,7 +1,7 @@
-module Foo1 where
-
--- Variant: ill-kinded.
-class XClass a where
- xFun :: a -> XData
-
-data XData = XCon XClass
+module Foo1 where
+
+-- Variant: ill-kinded.
+class XClass a where
+ xFun :: a -> XData
+
+data XData = XCon XClass