diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-22 21:32:51 +0100 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-23 12:28:00 +0100 |
commit | 28620ba6a7968ef3ab589f62ac761fffe4f42caa (patch) | |
tree | 3afb97d348e13b69eea352338c0615d614fe934e /testsuite/tests/rename/should_compile/T1972.stderr | |
parent | 42f06f6821a221b88d67b0adc110eea78c159d7f (diff) | |
download | haskell-28620ba6a7968ef3ab589f62ac761fffe4f42caa.tar.gz |
Testsuite: delete Windows line endings [skip ci] (#11631)
Diffstat (limited to 'testsuite/tests/rename/should_compile/T1972.stderr')
-rw-r--r-- | testsuite/tests/rename/should_compile/T1972.stderr | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/testsuite/tests/rename/should_compile/T1972.stderr b/testsuite/tests/rename/should_compile/T1972.stderr index e19b08eece..32af87af0e 100644 --- a/testsuite/tests/rename/should_compile/T1972.stderr +++ b/testsuite/tests/rename/should_compile/T1972.stderr @@ -1,12 +1,12 @@ -
-T1972.hs:12:3: warning:
- This binding for ‘name’ shadows the existing binding
- defined at T1972.hs:9:19
-
-T1972.hs:14:3: warning:
- This binding for ‘mapAccumL’ shadows the existing bindings
- imported from ‘Data.List’ at T1972.hs:7:1-16
- (and originally defined in ‘Data.Traversable’)
- defined at T1972.hs:16:1
-
-T1972.hs:20:10: warning: Defined but not used: ‘c’
+ +T1972.hs:12:3: warning: + This binding for ‘name’ shadows the existing binding + defined at T1972.hs:9:19 + +T1972.hs:14:3: warning: + This binding for ‘mapAccumL’ shadows the existing bindings + imported from ‘Data.List’ at T1972.hs:7:1-16 + (and originally defined in ‘Data.Traversable’) + defined at T1972.hs:16:1 + +T1972.hs:20:10: warning: Defined but not used: ‘c’ |