[commit: ghc] master: Remove some more Windows line endings [skip ci] (de01de7)
git at git.haskell.org
git at git.haskell.org
Mon Feb 29 14:48:52 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/de01de736ec927b4a3a77395e830c796b1bfb3cd/ghc
>---------------------------------------------------------------
commit de01de736ec927b4a3a77395e830c796b1bfb3cd
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Tue Feb 23 04:43:58 2016 +0100
Remove some more Windows line endings [skip ci]
>---------------------------------------------------------------
de01de736ec927b4a3a77395e830c796b1bfb3cd
testsuite/tests/ghci/scripts/T9367.hs | 2 ++
testsuite/tests/indexed-types/should_fail/T9357.stderr | 0
testsuite/tests/typecheck/should_compile/PolyRec.hs | 0
testsuite/tests/typecheck/should_fail/T11541.stderr | 0
4 files changed, 2 insertions(+)
diff --git a/testsuite/tests/ghci/scripts/T9367.hs b/testsuite/tests/ghci/scripts/T9367.hs
index 0f24fa4..4ad8699 100644
--- a/testsuite/tests/ghci/scripts/T9367.hs
+++ b/testsuite/tests/ghci/scripts/T9367.hs
@@ -1,2 +1,4 @@
x = "abc"
main = print x
+-- This file has Windows line endings (CRLF) on purpose. Do not remove.
+-- See #9367.
More information about the ghc-commits
mailing list